Skip to content

gbowne1/discordbot

Repository files navigation

discordbot

The official Discord bot for gbowne1 discord server

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

Releases

No releases published

Packages

 
 
 

Contributors