diff --git a/src/NadekoBot/Modules/Administration/Mute/MuteService.cs b/src/NadekoBot/Modules/Administration/Mute/MuteService.cs index 855dde0e9..b844fe672 100644 --- a/src/NadekoBot/Modules/Administration/Mute/MuteService.cs +++ b/src/NadekoBot/Modules/Administration/Mute/MuteService.cs @@ -19,6 +19,7 @@ public class MuteService : INService private static readonly OverwritePermissions _denyOverwrite = new(addReactions: PermValue.Deny, sendMessages: PermValue.Deny, + sendMessagesInThreads: PermValue.Deny, attachFiles: PermValue.Deny); public event Action UserMuted = delegate { };