aaand this one, I'm an idiot

This commit is contained in:
barelyprofessional
2024-08-23 12:32:01 +08:00
parent 1d21913afa
commit a717224ee4

View File

@@ -11,9 +11,9 @@ public class CacheClearCommand : ICommand
new Regex("^cache clear")
];
public string HelpText => "Clear the cache";
public bool HideFromHelp => true;
public string? HelpText => null;
public UserRight RequiredRight => UserRight.Admin;
public TimeSpan Timeout => TimeSpan.FromSeconds(10);
public async Task RunCommand(ChatBot botInstance, MessageModel message, UserDbModel user, GroupCollection arguments, CancellationToken ctx)
{