This bot is built with https://discord.js.org/#/
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- node
nvm use 16.6.0
- Clone the repo
git clone https://github.com/aau-datsw/Ruslan-Bot.git
- Install NPM packages
npm install
- Create a .env file at the root of the folder, with the following variables
BOT_TOKEN=your_discord_bot_api
- update command listings
npm run config
- run the start script with (which is just a wrapper for npm run bot.js... for now)
npm run start
FILL IN WITH PICTURES OF COMMANDS
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/aau-datsw/Ruslan-Bot