Discord bot to mute or deafen entire channels at once
  • Python 85.1%
  • Dockerfile 14.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Steffo a06217c7b6
All checks were successful
Build and push container image via docker buildx / Build and push container image via docker buildx (push) Successful in 4m45s
Bump version to 1.0.4
2026-08-05 17:41:20 +02:00
.forgejo/workflows Update workflows 2026-08-05 16:37:58 +02:00
.idea More PyCharm stuff 2026-08-05 16:38:28 +02:00
.media Update icon 2025-12-01 15:18:01 +01:00
nortrom Make command prefix configurable 2025-12-01 17:03:58 +01:00
.containerignore Rename .dockerignore to .containerignore 2026-08-05 16:36:52 +02:00
.gitignore Port to UV 2024-09-09 19:08:18 +02:00
Containerfile Bump version to 1.0.4 2026-08-05 17:41:20 +02:00
LICENSE.txt Port to UV 2024-09-09 19:08:18 +02:00
pyproject.toml Bump version to 1.0.4 2026-08-05 17:41:20 +02:00
README.md Replace forge.steffo.eu with g.starshard.space 2026-08-05 17:41:10 +02:00
uv.lock Bump version to 1.0.3 2026-08-05 16:38:22 +02:00

Nortrom

Discord bot to mute or deafen entire channels at once

Use

Add on Discord

Tools

Written in Python Uses Discord.py

Packaging

Available on PyPI Available on Forgejo Packages

Documentation

Licensed under EUPL-1.2

Development

Code repository Releases Issues Pull requests

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.