An open API service indexing awesome lists of open source software.

https://github.com/simplediscordbotsjs/discord-level-bot

Simple level discord bot
https://github.com/simplediscordbotsjs/discord-level-bot

Last synced: 6 days ago
JSON representation

Simple level discord bot

Awesome Lists containing this project

README

          

# Discord-Level-Bot
It's a level bot for Discord server

Description:
- Not use Data Base (All in JSON)
- Profile card in canvas (Canvas by... Not me.)

Commands:
- /rank

Yes, one command.

# Instructions
## Customizing the Config.json File
```js
{
"BOT_TOKEN": "Enter_discord_bot_token",
"GUILD_ID": "Enter_guild_id"
}
```

The bot token can be copied in the Bot section of [your application](https://discord.com/developers/applications)

# Attention!
To get the guilds IDs, you must enable developer mode

## To run locally, you need Node.JS
- [Download Node.JS](https://nodejs.org/en/)

## Start
```sh
node .
```