From 784ce1177f2ace63bbb7cec8b3d0ecb50d692275 Mon Sep 17 00:00:00 2001 From: fwcd Date: Wed, 23 Oct 2024 03:12:25 +0200 Subject: [PATCH] Allow everyone to toggle whisper mode --- Sources/D2Commands/Misc/WhisperCommand.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sources/D2Commands/Misc/WhisperCommand.swift b/Sources/D2Commands/Misc/WhisperCommand.swift index 15bda559..0fee3f71 100644 --- a/Sources/D2Commands/Misc/WhisperCommand.swift +++ b/Sources/D2Commands/Misc/WhisperCommand.swift @@ -3,7 +3,8 @@ import Utils public class WhisperCommand: StringCommand { public let info = CommandInfo( category: .misc, - shortDescription: "Toggles whisper mode in the current channel" + shortDescription: "Toggles whisper mode in the current channel", + requiredPermissionLevel: .basic ) @Binding private var configuration: WhisperConfiguration