The official Discord bot for gbowne1 discord server
First of all, rename the ".env.sample" file to ".env" in the project directory and set the TOKEN variable inside it to your Discord bot's token.
# install dependencies
$ pip install -r requirements.txt
# run the bot
$ python main.py# using Docker Compose to build our custom image
$ docker-compose build
# running it
$ docker-compose up