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