about summary refs log tree commit diff
path: root/Commands/DbgAniRainbowTest.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Commands/DbgAniRainbowTest.cs2
1 files changed, 2 insertions, 0 deletions
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<bool> CanInvoke(CommandContext ctx) {