A Bot made with python to do some data analysis on a discord server. The main purpose is to analyse the time that most people are online on the server.
- member_report()
- member_count()
- cool()
- logout()
- .autor
You can also build more commands if you want.
The Bot tracks every 15 seconds how many people are online, iddle and offline in the server.
You can change that time in the background_task()
function changing the asyncio.sleep()
.
Want to contribute? Go ahead!