Discord bot to mute or deafen entire channels at once
- Python 85.1%
- Dockerfile 14.9%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
All checks were successful
Build and push container image via docker buildx / Build and push container image via docker buildx (push) Successful in 4m45s
|
||
| .forgejo/workflows | ||
| .idea | ||
| .media | ||
| nortrom | ||
| .containerignore | ||
| .gitignore | ||
| Containerfile | ||
| LICENSE.txt | ||
| 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.