Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simpleboy353/tickets-bot

An Easy to use, Open-Source Discord Tickets Bot made using Discord.js v13 and MongoDB. Easy Setup and Reaction Controlled!
https://github.com/simpleboy353/tickets-bot

beginner-friendly discord-js free-to-use mongodb-database open-source reaction-based user-friendly

Last synced: about 15 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

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](https://github.com/Simpleboy353/Tickets-Bot) 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
```json
{
"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!