Made to use alongside with an Event Logger from an executor
To run the script within the console only:
python console.py
To run the script with a discord bot:
- Change the token to your own at the bottom of the code (Read disclaimer)
python bot.py
Before running the scripts, install the necessary libraries by using this command:
pip install colorama, discord
If you want to use the Discord Bot version, please look through the code first. Make sure to change the variables after your own needs!