A modern bot to provide FIRST data directly within Discord.
-
Clone the repository
git clone https://github.com/EpicND/Scoultimate-Discord-Bot.git
-
Install NPM packages
npm install
-
Create a
.envfile in the root directory and fill out the file with the fields specified in the.env.examplefile.
Running the code locally can be done in two ways:
-
Development mode
npm run dev
-
Production mode
npm start