Delete command is now for T&H

This commit is contained in:
barelyprofessional
2025-02-17 20:29:51 +08:00
parent 596b5bf189
commit 8d42f3b1e3

View File

@@ -233,7 +233,7 @@ public class DeleteMessagesCommand : ICommand
];
public string? HelpText => "Delete the most recent x number of messages";
public UserRight RequiredRight => UserRight.Admin;
public UserRight RequiredRight => UserRight.TrueAndHonest;
public TimeSpan Timeout => TimeSpan.FromSeconds(10);
public async Task RunCommand(ChatBot botInstance, MessageModel message, UserDbModel user, GroupCollection arguments,