feat: ignore channel commands

This commit is contained in:
sam 2024-10-14 21:28:34 +02:00
parent 4f718cde20
commit af437ff88c
Signed by: sam
GPG key ID: 5F3C3C1B3166639D
6 changed files with 319 additions and 0 deletions

View file

@ -37,6 +37,7 @@ using IResult = Remora.Results.IResult;
namespace Catalogger.Backend.Bot.Commands;
[Group("catalogger")]
[Description("Commands for information about the bot itself.")]
public class MetaCommands(
ILogger logger,
IClock clock,