Skip to content

Mr-Mathias-F/ChadBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An music bot

One of the Discord music bots of all time

Building and running the image

Make sure you are in the same folder as the Dockerfile. Create a file "env.list" and add the Discord token for your bot inside it:

DISCORD_TOKEN=<token for your Discord bot>

then build the Docker image with:

docker build -t hglad/hans-bot:<some-tag> .

Run it:

docker run --restart unless-stopped --detach --env-file=env.list hglad/hans-bot:<some-tag>

--restart unless-stopped will spawn a new container if the container dies.

--detach makes it run in the background.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.6%
  • Dockerfile 2.5%
  • Shell 0.9%