Tutorials_for_BDFD

report command en

Jan 9th, 2023 (edited)
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. Code 1
  2. trigger : !report
  3.  
  4. $nomention
  5. $description[Report a user to my developer]
  6. $addButton[no;userreport;Melde einen Nutzer;primary;no;]
  7.  
  8.  
  9. Code2
  10. Trigger : $onInteraction[userreport]
  11.  
  12. $nomention
  13. $newModal[report;Formular]
  14. $c[The above is the title displayed above the form]
  15. $c[the "test" in this case is the trigger for the last command]
  16. $addTextInput[rep;paragraph;The User ID;19;19;true; ;Please let us know the id of the user you want to report]
  17. $addTextInput[reason;paragraph;Grund;20;500;true; ;State the reason for the report]
  18. $addTextInput[screen;paragraph;Bild;1;750;false; ;Send (voluntarily a screenshot)]
  19.  
  20.  
  21. Code 3
  22. Trigger : $onInteraction[report]
  23. Script : BDSCRIPT 2
  24.  
  25. $nomention
  26. $c[ change the id to your channel id]
  27. $sendEmbedMessage[1055576956881616948;;User Report;;
  28.  
  29. 👤・The User `$username#$discriminator[]` ($authorID) has the user
  30.  
  31. `$input[rep]` reported.
  32.  
  33. 📋・The reason for the report is : `$input[reason]`
  34.  
  35. 🖼️・Voluntary image `$input[screen]`;$getServerVar[color];;;code made by Lucky gamer#4555;;;;yes]
Advertisement
Add Comment
Please, Sign In to add comment