Tickets Bot An easy to use Tickets bot made with Discord.js and MongoDBRequirementsDiscord.js v13 (npm install discord.js@latest)application.commands scope enabled for your bot in Developer Portal (For Slash Cmds)NodeJS v16.6 or higherBasic knowledge of JavaScript or Discord.jsGetting StartedCreate a fork:Click Here or open your terminal and type git clone https://github.com/Simpleboy353/Tickets-Bot.gitInstalling all the neccessary dependenciesnpm installConfigurationFill the required values in the config.json file{ "ownerID": "bot owner's id", "token": "bot token", "dburl": "mongo db url" }Enter your ID in the ownerID fieldEnter your bot token in token fieldEnter the MongoDB url in dburl fieldStarting the botDo any one:npm startnode .node index.jsEvery fork and star is appreciated!