/TicketsBot

TicketsBot for discord with button support and easily customizable. Made in Discord.JS V13.

Primary LanguageJavaScript


Features:

  • Multi guild support.
  • Button panel to manage tickets.
  • Fully slashCommands.
  • Each slashcommand will take 5 second to load on reboot as to comply with Discord's ratelimits.
  • All slashcommands are default global so they will take 1h to update as per Discord. If you want to make them a guild command then refer to Handler Template Here.
  • Full handler inbuilt. (Refer to here for more info on handler).
  • Basic developer commands and some basic commands provided.
  • Uses quick.db as database but customizable.
  • Simple code and easily customizable.

Setup / Configuration:

  • All the token , prefix , staff role id , owner user id, go in the Config.js file in Storage/Vault.
  • Do npm i to automatically install all the required dependencies.
  • Required: NodeJS 16.x and above , NPM 7.x and above.