Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 443 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 443 Bytes

tinylevel

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=60

run with:

curl -o compose.yaml https://raw.githubusercontent.com/randomairborne/tinylevel/main/compose.yaml
docker compose up -d