Discord bot for MCT server
- Clone the git repository
git clone https://github.com/mct-discord/JavaScript-Bot.git
cd ./JavaScript-Bot- Install the dependencies
npm i- Create
config.jsonfile in the root of the project
{
"prefix": "<prefferd_prefix>",
"discord_api_token": "<discord_api_token>",
"redis_connection_string": "<redis_connection_string>"
}- Run the bot
node .