Tickets-Bot
Tickets-Bot copied to clipboard
An Easy to use, Open-Source Discord Tickets Bot made using Discord.js v13 and MongoDB. Easy Setup and Reaction Controlled!
Tickets Bot
An easy to use Tickets bot made with Discord.js and MongoDB
Requirements
- Discord.js v13 (
npm install discord.js@latest) application.commandsscope enabled for your bot in Developer Portal (For Slash Cmds)- NodeJS v16.6 or higher
- Basic knowledge of JavaScript or Discord.js
Getting Started
Create a fork:
- Click Here or open your terminal and type
git clone https://github.com/Simpleboy353/Tickets-Bot.git
Installing all the neccessary dependencies
npm install
Configuration
- Fill the required values in the
config.jsonfile
{
"ownerID": "bot owner's id",
"token": "bot token",
"dburl": "mongo db url"
}
- Enter your ID in the
ownerIDfield - Enter your bot token in
tokenfield - Enter the MongoDB url in
dburlfield
Starting the bot
Do any one:
npm startnode .node index.js