Uryaaa / discord-levelling-bot

A Discord levelling Bot to increase server activity (maybe)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Thanks to these wonderful people

๐ŸŒŸ Stargazers

Stargazers repo roster for @sujalgoel/discord-levelling-bot

๐Ÿด Forkers

Forkers repo roster for @sujalgoel/discord-levelling-bot

Further Support

About

A Discord levelling Bot to increase server activity (maybe)

License:GNU General Public License v3.0


Languages

Language:JavaScript 98.9%Language:Batchfile 1.1%