Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
An Easy to use, Open-Source Discord Tickets Bot made using Discord.js v13 and MongoDB. Easy Setup and Reaction Controlled!
- Host: GitHub
- URL: https://github.com/simpleboy353/tickets-bot
- Owner: Simpleboy353
- License: gpl-3.0
- Created: 2021-06-20T11:36:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T23:20:49.000Z (10 months ago)
- Last Synced: 2024-10-10T05:41:13.662Z (3 months ago)
- Topics: beginner-friendly, discord-js, free-to-use, mongodb-database, open-source, reaction-based, user-friendly
- Language: JavaScript
- Homepage:
- Size: 163 KB
- Stars: 16
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tickets Bot
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!