taotnpwaft / discordbot

This is the code for our Discord bot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

discordbot

The official Discord bot for The Art of Tech: Not Playing With A Full Tech

Building

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.

Pip

# install dependencies
$ pip install -r requirements.txt

# run the bot
$ python main.py

Docker

# using Docker Compose to build our custom image
$ docker-compose build

# running it
$ docker-compose up

About

This is the code for our Discord bot.

License:GNU General Public License v3.0


Languages

Language:Python 97.9%Language:Dockerfile 2.1%