Event Logger is a open-source python based discord bot that logs specific event to a channel in a discord server and help keep track of audit logs in a easier fashion.
These are the requiremnts you will need to run your bot.
- Python requirements are under requirements.txt
- A mongoDB database with 2 objects
Installing and setting this bot up is fairly simple and easy. After you have all the requirements follow the following procedure:
- Install required dependencies using pip install requirements.txt
- Add your bot token under bot.py and mbdF credentials under mdbF.py
- Run the bot using python3 bot.py