mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
aaand this one, I'm an idiot
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user