A2G_ALIZARD

Untitled

May 24th, 2025
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. $nomention
  2. $onlyForRoles[Admin;A2G Server Owner;Only an admin can execute this command!]
  3.  
  4. $if[$message==list]
  5. $description[**Here are a list of The WizBook's `a$` Service commands for Admins:**
  6. • `list` : list of admin service commands
  7. • `uptime` : current bot uptime
  8. • `members` : server member count
  9. • `hosting` : hosting expiration
  10. • `botstats` : current bot stats
  11. • `scan` : scans for bot latency/response errors
  12. • `update` : bot update and soft restart
  13. • `com` : display command count
  14. • `node` : current bot node #
  15. • `pingwarn` : `@` to warn member about pinging staff for non-emergency
  16. • `rolecount` : displays # roles in the server
  17. • `channelcount` : displays # channels in the server
  18.  
  19. **Here are a list of The WizBook's `a$` moderation commands for Admins:**
  20. • `roleid` : returns the ID for a specified role, can tag/type
  21. • `userid` : returns the ID for a specified user, can tag or type
  22. • `purge` : purges specified # of messages
  23. ]
  24. $endif
  25.  
  26. $if[$message==uptime]
  27. I've been online for `$uptime`!
  28. $endif
  29.  
  30. $if[$message==members]
  31. This server has $membersCount members
  32. $endif
  33.  
  34. $if[$message==hosting]
  35. $hostingExpireTime
  36. $endif
  37.  
  38. $if[$message==com]
  39. I have $commandsCount commands!
  40. $endif
  41.  
  42. $if[$message==node]
  43. $botNode
  44. $endif
  45.  
  46. $if[$message==rolecount]
  47. There are $roleCount roles in $serverName[$guildID]
  48. $endif
  49.  
  50. $if[$message==channelcount]
  51. There are $channelCount channels in this server!
  52. $endif
  53.  
  54. $if[$message==purge]
  55. $nomention
  56. $deletecommand
  57. $onlyForRoles[Admin;Only Admin can use this command!]
  58. $clear[$message]
  59. $endif
  60.  
  61. $if[$message==scan]
  62. $nomention
  63. $title[Scanning for errors…]
  64. $footer[Please Wait...]
  65. $onlyAdmin[Only an admin can execute this command!]
  66. $deletecommand
  67. $color[ffffff]
  68. $botTyping
  69. $addReactions[<a:Loading:813235768545116200>]
  70. $endif
  71.  
  72. $if[$message==scan]
  73. $nomention
  74. $title[Scan Complete!]
  75. $description[No errors found.]
  76. $replyIn[10s]
  77. $addTimestamp
  78. $clear[1]
  79. $color[ffffff]
  80. $botTyping
  81. $endif
  82.  
  83. $ifif[$message==update]
  84. $nomention
  85. $onlyAdmin[Only an admin can execute this command!]
  86. $deletecommand
  87. $title[Update Requested]
  88. $description[]
  89. $footer[Please Wait...]
  90. $color[ffffff]
  91. $botTyping
  92. $addReactions[<a:Loading:813235768545116200>]
  93. $endif
  94.  
  95. $if[$message==update]
  96. $nomention
  97. $title[Update completed!]
  98. $onlyAdmin[Only an admin can execute this command!]
  99. $addTimestamp
  100. $clear[1]
  101. $replyIn[30s]
  102. $color[ffffff]
  103. $botTyping
  104. $endif
  105.  
Advertisement
Add Comment
Please, Sign In to add comment