Skip to content

An Easy to use, Open-Source Discord Tickets Bot made using Discord.js v13 and MongoDB. Easy Setup and Reaction Controlled!

License

Notifications You must be signed in to change notification settings

Simpleboy353/Tickets-Bot

Repository files navigation

Tickets Bot

GitHub License Buy Me A Coffee GitHub Stars GitHub Forks Support Server

An easy to use Tickets bot made with Discord.js and MongoDB

Requirements

  • Discord.js v13 (npm install discord.js@latest)
  • application.commands scope 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.json file
{
    "ownerID": "bot owner's id",
    "token": "bot token",
    "dburl": "mongo db url"
}
  • Enter your ID in the ownerID field
  • Enter your bot token in token field
  • Enter the MongoDB url in dburl field

Starting the bot

Do any one:
  • npm start
  • node .
  • node index.js

Every fork and star is appreciated!

About

An Easy to use, Open-Source Discord Tickets Bot made using Discord.js v13 and MongoDB. Easy Setup and Reaction Controlled!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published