Tutorials_for_BDFD

Logsystem Englisch

Aug 31st, 2022
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. 📚〡Variables
  2.  
  3. log = leave empty
  4.  
  5. item 1
  6.  
  7. Triggers : !setlog
  8.  
  9. $note
  10. $setServerVar[log;$mentionedChannels[1;no]]
  11. $title[Channel protocol set up successfully]
  12. $description[the log channel is set to <#$mentionedChannels[1;no]>]
  13. $onlyIf[$message[1]!=;❌ Please specify a channel]
  14. $onlyPerms[managechannels;admin;You don't have permission to do this]
  15. $color[0400ff]
  16.  
  17.  
  18. code 2
  19.  
  20. Trigger : $onBanAdd[$getServerVar[log]]
  21.  
  22. $note
  23. $title[🔨〡__**New Ban**__]
  24. $description[<@$mentioned[1]> was banned by <@$authorID>]
  25. $color[0400ff]
  26. $footer[This command was run at $addTimestamp]
  27.  
  28.  
  29. code 3
  30.  
  31. Trigger : $onBanRemove[$getServerVar[log]]
  32.  
  33. $note
  34. $title[unban log]
  35. $description[$message[1] The user <@$authorID> has been unbanned]
  36. $color[0400ff]
  37. $footer[This command was run at $addTimestamp]
Advertisement
Add Comment
Please, Sign In to add comment