Discord bot to mute or deafen entire channels at once
|
All checks were successful
Build and push container image via docker buildx / Build and push container image via docker buildx (push) Successful in 24s
Release using uv a new version of the Python package / Build package (push) Successful in 6s
Release using uv a new version of the Python package / Publish package on Forgejo Packages (push) Successful in 2s
Release using uv a new version of the Python package / Publish package on Test PyPI (push) Successful in 5s
Release using uv a new version of the Python package / Publish package on PyPI (push) Successful in 4s
|
||
|---|---|---|
| .forgejo/workflows | ||
| .idea | ||
| .media | ||
| nortrom | ||
| .dockerignore | ||
| .gitignore | ||
| Containerfile | ||
| LICENSE.txt | ||
| nortrom.iml | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
Nortrom
Discord bot to mute or deafen entire channels at once
Links
Use
Tools
Packaging
Documentation
Development
Commands
| Command | Effect | Permissions required |
|---|---|---|
/mute |
Server-mutes all users in the channel you're currently in. | Mute Members |
/unmute |
Server-unmutes all users in the channel you're currently in. | Mute Members |
/deafen |
Server-deafen all users in the channel you're currently in. | Deafen Members |
/undeafen |
Server-undeafen all users in the channel you're currently in. | Deafen Members |
Hosting
Set the DISCORD_BOT_TOKEN environment variable to your Discord bot token.
Requires the privileged intents Presence Intent, Server Members Intent and Message Content Intent to be enabled, even if they're not used. Haven't looked into why.