Advertisement
BDFD_Berk

[2/5] !ticket-config | Ticket System BDFD

Jan 3rd, 2023
486
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $nomention
  2. $onlyIf[$guildID!=;You can't use this in DMs!]
  3. $if[$isSlash==true] $defer $endif
  4.  
  5. $if[$isAdmin[$authorID]==false]
  6. $title[Admins only!]
  7. $description[Sorry **$username[$authorID]**, but you need ``Admin`` permissions to execute this command.]
  8. $color[#ea003a]
  9. $ephemeral
  10. $stop
  11. $endif
  12.  
  13. $color[#1874cb]
  14. $title[Ticket Config Setup]
  15. $description[Hey **$username[$authorID]**! You can configure aspects of the Ticket System by using the buttons below.]
  16. $addField[General Settings;This area allows you to customize the general settings, including the closing time, ticket category, and rating options.]
  17. $addField[Role Settings;You can designate up to three staff or blacklisted roles in this area, the previous values are replaced by the ones you provide.]
  18. $addField[Embed Settings;You can customize the default texts and other settings for the Instructions Ticket Embed in this area.]
  19. $addButton[no;tkt_mdl_gnrl;General Settings;primary;no;]
  20. $addButton[no;tkt_mdl_rls;Role Settings;secondary;no;]
  21. $addButton[no;tkt_mdl_emd;Embed Settings;secondary;no;]
  22. $if[$isSlash==true]
  23. $ephemeral
  24. $endif
  25. $suppressErrors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement