Discord bot for tracking Arch Linux package versions.
Just for fun in our discord server.
If you don't want to manually host the bot, you can use the official instance. (be warned that it may lag as its hosted on a 1 server not that powerful)
Updates voice channel names with latest Linux kernel versions.
Notifies about updates for watched packages (AUR & Official).
Package search with detailed info embeds.
| Command | Description |
|---|---|
/linux |
Configure voice channels for kernel version tracking. |
/pkg |
Search for a package (AUR or Official). |
/aur add |
Add a package to the update watchlist. |
/aur remove |
Remove a package from the watchlist. |
/aur list |
List all watched packages. |
/aur channel |
Set the notification channel for updates. |
/refresh |
Manually trigger version checks. |
- Install dependencies:
uv sync - Set
DISCORD_TOKENin.env - Run:
uv run main.py