Dorian349 / Level-Discord-Bot

A simple Discord bot to track messages activity like Mee6. Profile showed using images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Level-Discord-Bot

A simple Discord bot to track messages activity like Mee6. Profile showed using images.

Getting Started

Follow the Prerequisites & Installation section.

Preview

  • Profile
    Profile Command

  • Change background
    Background Command

  • Updated profile
    Updated Background

  • Leaderboard
    Leaderboard

Prerequisites

  • A NodeJS running environment (Version >= 16.9 to support discord.js v14).
  • A discord bot with all intents enabled and invited with the application.commands parameter (for slash command usage).

Installation

  • Clone the repository and edit the config.json file.
  • Install all the required npm packages using npm i.
  • Then run the index.js file using node index.js.

Usage

$ Once your bot has started, it will track all messages. Simply use `/profile` to view your profile. You can also change your background: `/background` and see the leaderboard `/leaderboard`.

Additional Documentation and Acknowledgments

  • Default config.json file.
{
  "token": "Discord bot token"
}
  • How to add new background. Simply drag new images inside the /background/ folder.

If you find any issue, make sure to create a pull request or release an issue!

About

A simple Discord bot to track messages activity like Mee6. Profile showed using images.

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%