https://github.com/enhawk/ravebot
Ravebot official source code. Mainly for Ravemon Gaming official Discord server
https://github.com/enhawk/ravebot
bot discord discord-bot discord-js nodejs
Last synced: 3 months ago
JSON representation
Ravebot official source code. Mainly for Ravemon Gaming official Discord server
- Host: GitHub
- URL: https://github.com/enhawk/ravebot
- Owner: EnHawk
- License: mit
- Created: 2022-11-29T10:27:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-28T11:20:47.000Z (over 3 years ago)
- Last Synced: 2025-03-06T01:50:05.289Z (over 1 year ago)
- Topics: bot, discord, discord-bot, discord-js, nodejs
- Language: JavaScript
- Homepage:
- Size: 226 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Releases
* [v1.0.0](https://github.com/EnHawk/Ravebot/releases/tag/v1.0.0)
# Guide
If you're going to install the source code for your workspace, here are some guides
* Make sure you have [Node.js](https://nodejs.org) installed.
* On config.json, rename the values based on the instruction.
```jsonc
{
"TOKEN": "",
/* Replace with the bot's token.
* If you regenerated the bot's token, then you have to paste the new one here.
*/
"GUILD_ID": "<(OPTIONAL)>",
/* This is optional which means you don't actually have to change it.
* Unless you want to register application (/) command in a specific guild.
*/
"DB_URI": ""
/* If you're using MongoDB, then replace this with your Cluster's URI.
* It is recommended to use MongoDB but you can ignore this one if you prefer something else.
*/
}
```