Skip to content

dsheehan/RollCallBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RollCallBot .NET Build Status

A basic discord bot used to manage the roll call for an Among Us discord server. Responds to "Roll Call" command with an embed to track yes/no/maybe responses.
Screenshot
Requires setting an environment variable RollCallBotToken with a discord bot token.

Docker versions

rollcallbot:latest = latest released version
rollcallbot:unstable = latest CI build, likely unstable
rollcallbot:sha-* specific unstable version
rollcallbot:v* = specific released version

Example docker run

docker run -e RollCallBotToken='discord bot token goes here' docker.pkg.github.com/dsheehan/rollcallbot/rollcallbot:latest

Example docker-compose.yml

version: '3'
services:
  rollcallbot:
    image: docker.pkg.github.com/dsheehan/rollcallbot/rollcallbot:latest
    container_name: rollcallbot
    environment:
      RollCallBotToken: 'discord bot token goes here'
    restart: unless-stopped

About

A basic discord bot written to manage a "Roll Call"

Topics

Resources

License

Stars

Watchers

Forks

Packages