A utility bot for discord
Can create recurring reminders, delete messages, automatically removes playlist from Youtube links among other things. Full list of commands can be seen here
- Install Python 3 (minimum Python 3.8) and Pip.
- Install dependencies:
pip install -r requirements.txt-
Get discord bot token from Discord Developer Portal.
-
Create a file called .env
-
Add the bot token to the file like this:
DISCORD_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
- Run HelperBot:
python3 HelperBot.py