Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/randomairborne/tinylevel
- Owner: randomairborne
- Created: 2023-06-22T03:48:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-28T18:46:23.000Z (7 months ago)
- Last Synced: 2024-05-01T16:44:11.489Z (7 months ago)
- Topics: discord-bot, rust, twilight-rs
- Language: Rust
- Homepage:
- Size: 115 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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
```