Skip to content

A Discord levelling Bot to increase server activity (maybe)

License

Notifications You must be signed in to change notification settings

TeamDarkDevs/discord-levelling-bot

 
 

Repository files navigation

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

About

A Discord levelling Bot to increase server activity (maybe)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.9%
  • Batchfile 1.1%