python
plaformsupport
activity
stars

discord.xp

Bot, counts XP for members.

How to setup and run?

  1. You must have an mysql database

  2. Download libs from the requirements.txt file

  3. Configurize the ‘config.json’ file.
    Example:

{
        "mysql-auth" : {
                "host":"127.0.0.1",
                "user":"root",
                "password":"obv_real_password",
                "database":"xpdata"
        },
        "bot-auth" : {
                "token":".EawpDALRP.WdpaLDEez.EPALwdPRELN"
        },
        "settings" : {
                "xp-for-lvl":1250
        }
}


  1. Run the loader.py file.

GitHub

View Github