2026 project rework#7
Merged
Merged
Conversation
- migrate slash commands to modern discord.py app commands - fix monitored channel filtering so CHANNEL_X is respected - add per-user /stats command and tighten toggle permissions - simplify env/config loading and SQLite handling - clean locales, README, Docker setup, and gitignore - add lightweight CI validation for Python syntax and locale JSON
- persist notification toggle state in SQLite across restarts - stop counting moves between monitored voice channels as new joins - split locale messages for empty-channel alerts with and without @everyone - remove legacy .env.exemple and standardize on .env.example - replace the old GitHub Actions release flow with a simpler CI + GHCR pipeline - update docs to reflect the new runtime and delivery behavior
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR modernizes the Discord bot runtime, tightens voice activity tracking behavior, and replaces the old fragile GitHub Actions delivery flow with a simpler CI/release setup.
What changed
discord.pyapplication commands/togglenotification state across restarts@everyone.env.exampleWhy
The project was working, but parts of the runtime and delivery setup had clearly aged:
Validation
python -m py_compile bot.pypython -c "import bot, discord; print(discord.__version__)"python -m json.tool locales/en_US.jsonpython -m json.tool locales/pt_BR.jsonNotes
v1.2.3