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

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

Awesome Lists containing this project

README

          







Ravebot's Official Source Code Repository



repo license


test status


discord server



twitter


# 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.
*/
}
```