Enable whisper for guess what num

This commit is contained in:
barelyprofessional
2026-03-19 00:15:19 -05:00
parent b33311c37b
commit 6c29899454

View File

@@ -21,7 +21,7 @@ public class GuessWhatNumberCommand : ICommand
public UserRight RequiredRight => UserRight.Loser;
public TimeSpan Timeout => TimeSpan.FromSeconds(10);
public RateLimitOptionsModel? RateLimitOptions => null;
public bool WhisperCanInvoke => false;
public bool WhisperCanInvoke => true;
public async Task RunCommand(ChatBot botInstance, BotCommandMessageModel message, UserDbModel user, GroupCollection arguments,
CancellationToken ctx)