Tutorials_for_BDFD

Tempchannel en

Mar 22nd, 2023
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. item 1
  2. !channel setup
  3.  
  4. $nomention
  5. $onlyPerms[manageserver;You lack "Manage Server" permissions]
  6. $title[Temporary Channels]
  7. $description[Press the button below to create your own channel,
  8. this will be automatically removed after 30 minutes]
  9. $color[$getServerVar[color]]
  10. $footer[$getServerVar[footer]]
  11. $addButton[no;tc;Create a channel;primary;no;]
  12.  
  13.  
  14. code 2
  15.  
  16. Trigger : $onInteraction[tc]
  17. Bdscript 2
  18.  
  19.  
  20. $nomention
  21. $ephemeral
  22. $removeButtons
  23. $cooldown[30m; Please wait <t:$sum[$getTimestamp;$getCooldown[normal]]:R> until you can create a new channel]
  24. $createChannel[⏳〣$username;voice]
  25.  
  26.  
  27. $replyIn[30m]
  28. $deleteChannelsByName[⏳〣$username]
Advertisement
Add Comment
Please, Sign In to add comment