Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Latest commit

 

History

History
25 lines (24 loc) · 467 Bytes

README.md

File metadata and controls

25 lines (24 loc) · 467 Bytes

MCT-Discord

Discord bot for MCT server

Get started

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