Skip to content

pazurkota/simplebot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 simplebot

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.x is under mainanence mode. The PR's (on develop branch) will be accepted if changes impacts the current functionality.
  • All new development will be on v2_develop branch.
  • Developers are encouraged to continue building on v1.x until we announce v2.0 is stable.

simplebot is a simple, yet powerful discord bot for your server!

IMG1

Prerequisites

Installation

  1. Create your Discord Application
  2. Clone the repository and open it in your IDE
  3. Install dependencies
  4. Create config.json file in Config directory with the following content:
{
  "token": "YOUR DISCORD BOT TOKEN",
  "api-ninjas_apikey": "YOUR API NINJAS KEY",
  "xp_multiplier": 0.5,
  "level_cap": 20
}
  1. Run the project.

Usage

This bot uses only Slash Commands

To getting started, go to your Discord Server and type /help

IMG2

IMG3

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

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

Please adhere to this project's CODE_OF_CONDUCT.md.

Acknowledgements

Frameworks:

APIs:

License

This project is under MIT license