Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. command /baby [<player>]:
  2. trigger:
  3. send "%arg-1% is a baby" to channel with id "594746707112361997" with "Warden"
  4.  
  5. discord command /e:
  6. trigger:
  7. send "I'm a baby" to channel with id "594746707112361997" with "Warden"
  8.  
  9. discord command /mute [<member>]:
  10. trigger:
  11. member has the role named "Staff":
  12. mute arg-1
  13.  
  14. discord command /unmute [<member>]:
  15. trigger:
  16. member has the role named "Staff":
  17. unmute arg-1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement