Tutorials_for_BDFD

Roles + Select menu

Sep 6th, 2022
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. _____ CODE 1_______
  2.  
  3. Triggers : !ping
  4.  
  5. codes :
  6.  
  7. $nomention
  8. $title[__Notifications__]
  9. $description[**__What are notifications?__**
  10. Notifications alert you to specific events!
  11.  
  12. If it gets too annoying you can remove it below]
  13. $color[00ffa0]
  14. $newSelectMenu[bot;0;1;Select your notifications]
  15. $addSelectMenuOption[bot;Sweepstakes;optionid1;Select this to be notified of new sweepstakes;no;<a:Tada:966385958922637362>]
  16. $addSelectMenuOption[bot;News;optionid2;Select this to be notified of new items;no;<:News:966626900686569522>]
  17. $addSelectMenuOption[bot;Events;optionid3;Select this to be notified of new events;no;<:Gift:1016244888473452654>]
  18. $addSelectMenuOption[bot;Polls;optionid4;Select this to be notified of new polls;no;📊]
  19. $addSelectMenuOption[bot;Youtube;optionid5;Select this to be notified of new videos;no;<:Youtube:1016252511046352936>]
  20. $addSelectMenuOption[bot;Reset;optionid6;Select this to reset your notifications;no;<:Clear:1004412063793283155>]
  21. $thumbnail[https://cdn.discordapp.com/attachments/1016029297263263773/1016251051013316719/4291148.png]
  22. $image[https://cdn.discordapp.com/attachments/1016029297263263773/1016251454962544650/Pings.jpg]
  23.  
  24. $c[Image and everything is editable I recommend removing the custom emojis]
  25.  
  26. _____ CODE 2_______
  27. $c[⚠️IMPORTANT⚠️]
  28. $c[After the author ID you have to enter the role id that the user should get]
  29. $c[If you have problems with the select menu, please watch this video
  30. https://www.youtube.com/watch?v=W4h59GFpSbM]
  31. $c[Everytime you reade $note please make nomention]
  32.  
  33. $if[$message==optionid1]
  34. $note
  35. $c[Competitions]
  36. $giveRole[$authorID;1016239514802458664]
  37. $endif
  38.  
  39. $if[$message==optionid2]
  40. $note
  41. $c[News]
  42. $giveRole[$authorID;1016240269265477693]
  43. $endif
  44.  
  45. $if[$message==optionid3]
  46. $note
  47. $c[events]
  48. $giveRole[$authorID;1016239741106147378]
  49. $endif
  50.  
  51. $if[$message==optionid4]
  52. $note
  53. $c[polls]
  54. $giveRole[$authorID;1016240523150901349]
  55. $endif
  56.  
  57. $if[$message==optionid5]
  58. $note
  59. $c[Youtube]
  60. $giveRole[$authorID;1016253071115948063]
  61. $endif
  62.  
  63.  
  64. $if[$message==optionid6]
  65. $note
  66. $c[Remove Roles]
  67. $takeRole[$authorID;1016239514802458664]
  68. $takeRole[$authorID;1016239741106147378]
  69. $takeRole[$authorID;1016240269265477693]
  70. $takeRole[$authorID;1016240523150901349]
  71. $takeRole[$authorID;1016253071115948063]
  72. $endif
Advertisement
Add Comment
Please, Sign In to add comment