hochbaum / schoolnt

A Discord bot sending daily updates on the current weekly incidence into my class' guild

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Schooln't

This is a small and ugly Discord bot sending the current weekly incidence of Miltenberg into our class guild.

Running

You have to build the image yourself because I am too lazy to add an action for it.

$ docker build -t schoolnt .
$ docker run --name bot schoolnt \
    --timer="0 18 * * *" \
    --token="mycooldiscordtoken" \
    --channel="theidofmycoolchannel"

About

A Discord bot sending daily updates on the current weekly incidence into my class' guild


Languages

Language:Go 96.5%Language:Dockerfile 3.5%