Warning
This project is no longer maintained. If you need it, still use it, or need help with it, please join my discord or email me.
A stupidly simple role-granting discord bot.
Stores data in sqlite, only needs a discord token and other basic config.
environment variables:
DISCORD_TOKEN=<your bot token>
ROLE_ID=<your activity role id>
GUILD_ID=<your guild id>
ACTIVITY_MINUTES=60
COOLDOWN_SECONDS=60run with:
curl -o compose.yaml https://raw.githubusercontent.com/randomairborne/tinylevel/main/compose.yaml
docker compose up -d