discord.xp
Bot, counts XP for members.
How to setup and run?
-
You must have an mysql database
-
Download libs from the requirements.txt file
-
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
}
}
- Run the loader.py file.