From 82e5660b63ea6466e22f855fe524b288b62da7f9 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sun, 18 May 2025 22:52:39 +0200 Subject: More stuff --- MiniUtils/Commands/SpamCommand.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'MiniUtils/Commands/SpamCommand.cs') diff --git a/MiniUtils/Commands/SpamCommand.cs b/MiniUtils/Commands/SpamCommand.cs index 9f475eb..742ae3b 100644 --- a/MiniUtils/Commands/SpamCommand.cs +++ b/MiniUtils/Commands/SpamCommand.cs @@ -1,8 +1,3 @@ -using System.Collections.Frozen; -using ArcaneLibs.Extensions; -using LibMatrix.EventTypes.Spec; -using LibMatrix.EventTypes.Spec.State.RoomInfo; -using LibMatrix.Filters; using LibMatrix.Helpers; using LibMatrix.RoomTypes; using LibMatrix.Utilities.Bot.Interfaces; @@ -18,7 +13,7 @@ public class SpamCommand(IgnoreListManager ignoreListManager) : ICommand { public string Description => "Redact all user's events"; - public bool Unlisted => false; + public bool Unlisted => true; public async Task Invoke(CommandContext ctx) { var tasks = Enumerable.Range(0, 10000) -- cgit 1.5.1