Advertisement
Brucord-Xloxn1296

Clap Command | Xloxn#4050

Aug 18th, 2022 (edited)
2,102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $c[
  2. Made By Xloxn#4050
  3. Enable BDscript 2
  4. 🤯 **ALSO:** Supports slash commands
  5. 📚 **Note:** Just make the trigger your prefix, nothing else + if you want it to also be a slash command make an option and name it “text” and enabled “Option Required” (depends on u, it’ll return error even if the user types nothing)
  6. Even if you might’ve or didn’t modify it, if you publish it GIVE ME CREDIT.. or else…]
  7.  
  8. $nomention
  9. $if[$or[$checkContains[$toLowercase[$message[1]];clap]==true;$isSlash==true]==true]
  10.  
  11. $if[$isSlash==true]
  12. $var[u-stink;$message[text]]
  13. $else
  14. $var[u-stink;$trimSpace[$replaceText[$message;$message[1];;-1]]]
  15. $endif
  16.  
  17. $if[$var[u-stink]==]
  18.  $reply
  19. $ephemeral
  20. Well… what do you want me to say?
  21. $else
  22.  
  23. $if[$checkContains[$var[u-stink]; ]==true]
  24.  $reply
  25.  $allowUserMentions[]
  26.    $color[#2f3136]
  27. $var[msg;$replaceText[$var[u-stink]; ; đź‘Ź ;-1]]
  28. $description[$removeLinks[$var[msg]]]
  29. $else
  30.  $reply
  31.  $allowUserMentions[]
  32.  $textSplit[$var[u-stink];]
  33.    $color[#2f3136]
  34.  $var[msg;$joinSplitText[ đź‘Ź ]]
  35. $description[$removeLinks[$var[msg]]]
  36.  
  37. $endif
  38. $endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement