Skip to content

Commit

Permalink
Allow everyone to toggle whisper mode
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Oct 23, 2024
1 parent d46a6c4 commit 784ce11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/D2Commands/Misc/WhisperCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 784ce11

Please sign in to comment.