/discord-levelling-bot

A Discord levelling Bot to increase server activity (maybe)

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Discord Levelling Bot

A Discord levelling Bot to increase server activity (maybe)

Configuration Example

{
    "token": "YOUR_DISCORD_BOT_TOKEN",
    "prefix": "YOUR_DISCORD_BOT_PREFIX",
    "dev1": "YOUR_DISCORD_ID",
    "logs": "A_LOG_CHANNEL",
    "checkemoji": "CHECK_MARK_EMOJI",
    "wrongemoji": "WRONG_EMOJI"
}

Package Installation

Discord Levelling Bot requires Node.js to run.

$ cd discord-levelling-bot
$ npm install --save
$ npm run start

Usage

  1. Grab source by either using Git to clone or by downloading!
  2. Run npm i --save or install.bat file to install dependencies.
  3. Rename botsettings.example.json to botsettings.json and replace the marked fields with the proper credentials.
  4. Now run start.bat to start the application!
  5. Go to your Discord and test your bot.

Further Support