Dnthy

Untitled

Aug 15th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. command /dk [<text>]:
  2. trigger:
  3. if arg 1 is "start":
  4. send "スタートしました"
  5. stop
  6. if arg 1 is "stop":
  7. send "ストップしました"
  8. stop
  9. else:
  10. send "/dk (start or stop)"
  11. stop
Advertisement
Add Comment
Please, Sign In to add comment