Advertisement
Gamer-XyZ

Advance Help Command Using Buttons in Bot Designer For Discord | Code

Aug 30th, 2021
5,604
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Command 1: !help
  2. Code:
  3. $nomention
  4. $c[Customize the code according to your bot commands and make sure to sub duh]
  5. $c[Button Styles/Types = danger,primary,success,link and secondary]
  6. $title[BOT COMMAND LIST]
  7. $description[🠋 Select Category Below 🠋]
  8. $addButton[no;Mod;Moderation;danger;no;]
  9. $addButton[no;Fun;Fun;primary;no;]
  10. $addButton[no;Image;Image;primary;no;]
  11. $addButton[no;Economy;Economy;primary;no;]
  12. $color[c52222]
  13. $footer[]
  14. $addTimestamp
  15. $author[$username#$discriminator[]]
  16. $authorIcon[$authorAvatar]
  17. $thumbnail[$serverIcon]
  18. $c[Code by BDFD: Guide,Codes&API's]
  19.  
  20. Command 2: $onInteraction[Mod]
  21. Code:
  22. $nomention
  23. $title[Moderation commands]
  24. $description[`(your prefix)kick`       -   `(your prefix)ban`
  25.  
  26. `(your prefix)unban`        -   `(your prefix)mute`
  27.  
  28. `(your prefix)unmute`   -    `(your prefix)warn`]
  29. $color[3B1DE2]
  30. $author[$username#$discriminator[]]
  31. $authorIcon[$authorAvatar]
  32.  
  33. Command 3:  $onInteraction[Fun]
  34. Code:
  35. $nomention
  36. $title[Fun commands]
  37. $description[`(your prefix)howgay`       -   `(your prefix)simp`
  38.  
  39. `(your prefix)roast`        -   `(your prefix)ship`
  40.  
  41. `(your prefix)ppsize`   -    `(your prefix)joke`]
  42. $color[DEE635]
  43. $author[$username#$discriminator[]]
  44. $authorIcon[$authorAvatar]
  45.  
  46. Command 4: $onInteraction[Economy]
  47. Code:
  48. $nomention
  49. $title[Economy commands]
  50. $c[feel free to add more commands on the list]
  51. $description[`(your prefix)pay`       -   `(your prefix)work`
  52.  
  53. `(your prefix)daily`        -   `(your prefix)weekly`
  54.  
  55. `(your prefix)monthly`   -    `(your prefix)promocode`]
  56. $color[0BAB0B]
  57. $author[$username#$discriminator[]]
  58. $authorIcon[$authorAvatar]
  59.  
  60. Command 5:  $onInteraction[Image]
  61. Code:
  62. $nomention
  63. $title[Image commands]
  64. $c[feel free to add more commands on the list]
  65. $description[`(your prefix)rickroll`       -   `(your prefix)slap`
  66.  
  67. `(your prefix)facts`        -   `(your prefix)magik`
  68.  
  69. `(your prefix)trash`   -    `(your prefix)snow`]
  70. $color[0BAB9A]
  71. $author[$username#$discriminator[]]
  72. $authorIcon[$authorAvatar]
  73.  
  74.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement