/Ruslan-Bot

A bot suited for supporting at the event Ruslan 2019 and beyond

Primary LanguageJavaScriptMIT LicenseMIT

Getting Started

This bot is built with https://discord.js.org/#/

To get a local copy up and running follow these simple steps.

Prerequisites

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

Installation

  1. Clone the repo
git clone https://github.com/aau-datsw/Ruslan-Bot.git
  1. Install NPM packages
npm install
  1. Create a .env file at the root of the folder, with the following variables
BOT_TOKEN=your_discord_bot_api
  1. update command listings
npm run config
  1. run the start script with (which is just a wrapper for npm run bot.js... for now)
npm run start

Usage

FILL IN WITH PICTURES OF COMMANDS

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: https://github.com/aau-datsw/Ruslan-Bot