Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/randomairborne/tinylevel

simple discord bot for leveling
https://github.com/randomairborne/tinylevel

discord-bot rust twilight-rs

Last synced: 20 days ago
JSON representation

simple discord bot for leveling

Awesome Lists containing this project

README

        

# tinylevel

A stupidly simple role-granting discord bot.

Stores data in sqlite, only needs a discord token and other basic config.

environment variables:

```dotenv
DISCORD_TOKEN=
ROLE_ID=
GUILD_ID=
ACTIVITY_MINUTES=60
COOLDOWN_SECONDS=60
```

run with:

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