The current, stabile version of this bot is 1.x, with is stabile, rich and fuctional. Now we are focused on developing the v2.0, witch means:
v1.xis under mainanence mode. The PR's (ondevelopbranch) will be accepted if changes impacts the current functionality.- All new development will be on
v2_developbranch. - Developers are encouraged to continue building on
v1.xuntil we announcev2.0is stable.
simplebot is a simple, yet powerful discord bot for your server!
- Create your Discord Application
- Clone the repository and open it in your IDE
- Install dependencies
- Create
config.jsonfile inConfigdirectory with the following content:
{
"token": "YOUR DISCORD BOT TOKEN",
"api-ninjas_apikey": "YOUR API NINJAS KEY",
"xp_multiplier": 0.5,
"level_cap": 20
}- Run the project.
This bot uses only Slash Commands
To getting started, go to your Discord Server and type /help
To change the XP multiplier (amount of XP user will have after each message) can be change in "xp_multiplier" field in config file, and the requierd XP to new level can be modified in "level_cap" field
Contributions are always welcome!
See CONTRIBUTING.md for ways to get started.
Please adhere to this project's CODE_OF_CONDUCT.md.
This project is under MIT license


