LuizSSampaio / Bilbo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bilbo

A simple bot that has some information and moderation commands.

Environment Variables

To run this project, you will need to add the following environment variables.

BILBO_TOKEN

Deployment

To deploy this project, you will need the docker.

Pull the image from the docker hub:

  docker pull combofive/bilbo:latest

Run the docker container:

    docker run -d --name bilbo -e BILBO_TOKEN=YOUR_DISCORD_TOKEN_HERE combofive/bilbo:latest

About

License:Apache License 2.0


Languages

Language:C# 99.7%Language:Dockerfile 0.3%