Brucord-Xloxn1296

Rate Command | By: Xloxn#4050

Sep 9th, 2022 (edited)
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 3.38 KB | None | 0 0
  1. $c[// Just press the copy button on the top right and simply paste it into BDFD]
  2.  
  3. $c[Made By: Xloxn#4050, dm me if you need any help!]
  4.  
  5. $c[// This can be used with slash command enabled & with a normal trigger]
  6.  
  7. $c[// If you want to make this a slash simply follow these directions!
  8.  
  9. ➡️ Trigger Settings:
  10.  
  11. Slash Trigger: /rate (optional, put this to anything you want!)
  12. Slash Description: Rate users on their “gay-ness”, “thonk-ness” and MORE! (optional, put this to anything you want!)
  13.  
  14. ➡️ Options: (1/2)
  15.  
  16. Option Name: type
  17. Option Description: What do you want to rate them on? (optional, put this to anything you want!)
  18. Option Type: Text (should be by default)
  19.  
  20. ➡️ Predefined Options: (Enable It)
  21.  
  22. 👋 Choice Name - Choice Value
  23.    peepee - peepee
  24.    thonk - thonk
  25.    epicgammer - epicgammer
  26.    gay - gay
  27.    simp - simp
  28.    stank - stank
  29.    thot - thot
  30.    waifu - waifu
  31.  
  32. ➡️ Options: (2/2)
  33.  
  34. Option Name: user
  35. Option Description: Who do you want to rate?
  36. Option Type: User
  37.  
  38. Once you’re finished with this you’re all done!]
  39.  
  40.  
  41. $nomention
  42. $reply
  43. $allowUserMentions[]
  44. $color[#2f3136]
  45.  
  46. $if[$isSlash==true]
  47. $var[user;$findUser[$message[user];yes]]
  48. $endif
  49.  
  50. $if[$isSlash==false]
  51. $var[user;$findUser[$replaceText[$message;$message[1] $message[2] ;;-1];yes]]
  52. $endif
  53.  
  54.  
  55. $if[$or[$checkContains[$toLowercase[$message[1]];rate]==true;$isSlash==true]==true]
  56.  
  57. $if[$or[$checkContains[$toLowercase[$message[2]];peepee]==true;$message[type]==peepee]==true]
  58.  
  59. $if[$or[$var[user]==534020157132111872;$username[$var[user]]==Xloxn]==true]
  60. $c[This is absolutely necessary 💀
  61. ⚠️ Don’t Delete `¢if` statement ]
  62. $title[peepee r8 machine]
  63. $addField[$username[$var[user]]’s penis;B===========$repeatMessage[$random[0;10];=]D]
  64. $elseif[$var[user]==967390106631700501]
  65. $title[peepee r8 machine]
  66. $addField[$username[$var[user]]’s penis;B$repeatMessage[$random[0;2];=]D]
  67. $else
  68. $title[peepee r8 machine]
  69. $addField[$username[$var[user]]’s penis;B$repeatMessage[$random[0;10];=]D]
  70. $endif
  71. $endif
  72.  
  73. $if[$or[$checkContains[$toLowercase[$message[2]];thonk]==true;$message[type]==thonk]==true]
  74. $title[thonk r8 machine]
  75. $description[**$username[$var[user]]** is $random[0;101]% thonk]
  76. $endif
  77.  
  78. $if[$or[$checkContains[$toLowercase[$message[2]];epicgamer]==true;$message[type]==epicgamer]==true]
  79. $title[epicgamer r8 machine]
  80. $description[**$username[$var[user]]** is a $random[0;101]/100 epicgamer]
  81. $endif
  82.  
  83. $if[$or[$checkContains[$toLowercase[$message[2]];gay]==true;$message[type]==gay]==true]
  84. $title[gay r8 machine]
  85. $description[**$username[$var[user]]** is $random[0;101]% gay]
  86. $endif
  87.  
  88. $if[$or[$checkContains[$toLowercase[$message[2]];simp]==true;$message[type]==simp]==true]
  89. $title[simp r8 machine]
  90. $description[**$username[$var[user]]** is $random[0;101]% simp]
  91. $endif
  92.  
  93. $if[$or[$checkContains[$toLowercase[$message[2]];stank]==true;$message[type]==stank]==true]
  94. $title[stank r8 machine]
  95. $description[**$username[$var[user]]** is $random[0;101]% stanky]
  96. $endif
  97.  
  98. $if[$or[$checkContains[$toLowercase[$message[2]];thot]==true;$message[type]==thot]==true]
  99. $title[thot r8 machine]
  100. $description[**$username[$var[user]]** is $random[0;101]% thotty]
  101. $endif
  102.  
  103. $if[$or[$checkContains[$toLowercase[$message[2]];waifu]==true;$message[type]==waifu]==true]
  104. $title[waifu r8 machine]
  105. $description[**$username[$var[user]]** is a $random[0;101]/100 waifu]
  106. $endif
  107.  
  108. $endif
  109.  
Add Comment
Please, Sign In to add comment