From c137f94aeb122c636629fb9361dd73626594f690 Mon Sep 17 00:00:00 2001 From: Rory& Date: Fri, 22 Mar 2024 17:43:00 +0100 Subject: Changes --- Commands/DbgAniRainbowTest.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Commands/DbgAniRainbowTest.cs') diff --git a/Commands/DbgAniRainbowTest.cs b/Commands/DbgAniRainbowTest.cs index b2216d1..eed6fa5 100644 --- a/Commands/DbgAniRainbowTest.cs +++ b/Commands/DbgAniRainbowTest.cs @@ -10,7 +10,9 @@ namespace ModerationBot.Commands; public class DbgAniRainbowTest(IServiceProvider services, HomeserverProviderService hsProvider, HomeserverResolverService hsResolver, PolicyEngine engine) : ICommand { public string Name { get; } = "dbg-ani-rainbow"; + public string[]? Aliases { get; } public string Description { get; } = "[Debug] animated rainbow :)"; + public bool Unlisted { get; } private GenericRoom logRoom { get; set; } public async Task CanInvoke(CommandContext ctx) { -- cgit 1.5.1