Skip to content

hglad/HansBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Discord bot that supports audio streaming. WIP.

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