Tutorials_for_BDFD

BDFD Modal EN

Oct 3rd, 2022 (edited)
790
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. __Code 1__
  2. Trigger : !modal
  3.  
  4. Code:
  5.  
  6. $nomention
  7. $title[Modal]
  8. $description[Dear $username,
  9. Please click on the button below to open the form]
  10. $addButton[no;ID;open the modal;success;no;๐Ÿ“‹]
  11.  
  12.  
  13. __code 2__
  14. Trigger : $onInteraction[ID]
  15.  
  16. $nomention
  17. $newModal[test;form]
  18. $c[The above is the title displayed above the form]
  19. $c[the "test" in this case is the trigger for the last command]
  20. $addTextInput[op;paragraph;label;1;18;true; ;content]
  21. $c[The "content" can be replaced by the test that should be in the background]
  22.  
  23. __Code 3__
  24. Trigger : $onInteraction[test]
  25.  
  26. $sendEmbedMessage[Channel ID ;$title[__๐Ÿ“‹Form details__];https://www.youtube.com/channel/UCh4GWL6JveUYz5zogKzC-4g;The details given in the form are the following : $input[op];Add the Hexcolor code of your choice;;Form system;;Enter thumbnail here (can also be left blank) ;Enter banner here (can also be left blank) ;(Adds timestamps just uses yes ; no);no]
  27. $nomention
  28. $ephemeral
  29. $description[Dear $username the details of your form have been submitted successfully,
  30. Thank you for taking the time to fill out the form]
  31. $color[00ff80]
Advertisement
Add Comment
Please, Sign In to add comment