A simple Discord bot to view comics from https://xkcd.com/
One foot in front of another
Create a Discord bot and get token: https://www.getdroidtips.com/discord-bot-token/
create a .env file in the root directory of the project.
Then put: TOKEN={token} into the file where {token} is replaced by your bot token
Install python3 and run: pip install -r requirements.txt
When thats done you can start the bot by typing this into your terminal while being in the project directory:
python main.py
Sory for bad docs xD