Skip to content

nfaltermeier/secret-scholars-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A discord bot that randomly reacts to messages, can monitor a minecraft server, and post the top post from r/soup, and roll a random number.

Designed to be ran in a Docker container. I would recomend removing the .env file from the image before pushing the image anywhere. Has x86 and ARM32v6 Docker configurations.

Config

.env

DISCORD_TOKEN=<discord bot token>

Copy src/config.py.example to src/config.py and customize as desired.

Build

x86

Run

docker build -t secret-scholars-bot .

ARM32v6

Run

docker build -f Dockerfile-arm32v6 -t secret-scholars-bot:arm32v6 --build-arg ARCH=arm32v6/ .

Run

x86

Run

docker run -d secret-scholars-bot

ARM32v6

Run

docker run -d secret-scholars-bot:arm32v6

About

A discord bot that does a few random things

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published