Tutorials_for_BDFD

/ set channel command en

Dec 5th, 2023
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. Variable
  2.  
  3. Channel =
  4.  
  5. Code 1
  6. /setchannel
  7. BDSCRIPT 2
  8.  
  9. $nomention
  10. $defer
  11. $if[$guildID!=]
  12. $onlyPerms[manageserver;I'm sorry $username but I need "Manage Server" permissions]
  13.  
  14. $if[$channelExists[$message[channel]]==true]
  15. $setServerVar[channel;$message]
  16. $title[Successful]
  17. $description[<@$authorID> has successfully set the new welcome channel for $serverName[$guildID].
  18.  
  19. > <#$message[channel]>]
  20. $color[$getServerVar[color]]
  21. $footer[$getServerVar[footer]]
  22. $else
  23. $title[Channel was not found]
  24. $description[The channel you specified does not exist on this server!]
  25. $color[ff0000]
  26. $endif
  27. $endif
  28.  
  29.  
  30. Code 2
  31. This is just an example code
  32. /say
  33.  
  34. $nomention
  35. $sendEmbedMessage[$getServerVar[channel];;$username Said :;;
  36. $message;00ff89;$username;$authorAvatar;Sub to BDFD Tools;;;;yes;no]
  37.  
  38.  
Advertisement
Add Comment
Please, Sign In to add comment