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
- Host: GitHub
- URL: https://github.com/simplediscordbotsjs/discord-level-bot
- Owner: SimpleDiscordBotsJS
- License: gpl-3.0
- Created: 2021-09-17T22:01:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-30T03:02:15.000Z (over 4 years ago)
- Last Synced: 2025-01-03T22:51:36.534Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```