Tutorials_for_BDFD

English spiele

Sep 1st, 2022
546
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. Game 1 :
  2.  
  3.  
  4. _________Code 1________________________
  5.  
  6. Trigger : !roll the die
  7.  
  8. $nomention
  9. $title[🎲〣│Cured]
  10. $description[$username you roll the number : **$random[1;6]**]
  11. $footer[Executed by $username]
  12. $color[00ff8c]
  13. $addButton[no;dice;throw again;primary;no;🎲]
  14.  
  15.  
  16. _________code 2________________________
  17.  
  18. Trigger : $onInteraction[dice]
  19.  
  20.  
  21. $nomention
  22. $title[🎲〣│Dice]
  23. $description[$username you roll the number : **$random[1;6]**]
  24. $footer[Executed by $username]
  25. $color[00ff8c]
  26.  
  27.  
  28.  
  29. GAME 2 :
  30.  
  31. _________code 3________________________
  32.  
  33. Triggers : !coin
  34.  
  35. $nomention
  36. $title[__Coin toss__]
  37. $description[You flip the coin and it lands $randomText[upside down ; on number]]
  38. $color[fff800]
  39. $addButton[no;coin;Toss again;primary;no;]
  40.  
  41. _________code 4________________________
  42.  
  43. Trigger : $onInteraction[coin]
  44.  
  45. $nomention
  46. $title[__Coin toss__]
  47. $description[You flip the coin and it lands $randomText[upside down ; on number]]
  48. $color[fff800]
Advertisement
Add Comment
Please, Sign In to add comment