Advertisement
BlackKnight683

Custom per user prefix [BCFD]

Mar 22nd, 2021
2,779
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $eval
  2. //Your default prefix here
  3. if(typeof prefix$ID === "undefined") {prefix$ID = "!"}
  4.  
  5. //Change command name here
  6. command = prefix$ID + "help"
  7.  
  8. if(command == "$message") {
  9. //Paste your code here
  10.  
  11. }else {var reply = ""} //Change reply to output variable
  12. $halt
  13. $get(reply)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement