Skip to content

Latest commit

 

History

History
28 lines (12 loc) · 572 Bytes

README.md

File metadata and controls

28 lines (12 loc) · 572 Bytes

xkcd discord bot

A simple Discord bot to view comics from https://xkcd.com/

How to run

One foot in front of another

Setup

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