A simple bot that collects statistics on who's been voted MVP.
Command | Action |
---|---|
/help | Show this text |
/score | Display current MVP stats |
/vote | Vote for a user (add @username after /vote) |
/meme | Generate meme for current MVP |
/register | Register to be eligible for MVP status |
echo "BOT_SECRET_TOKEN" > src/secret.key
mkdir -p data
docker-compose up -d