feat: ignore channel commands
This commit is contained in:
parent
4f718cde20
commit
af437ff88c
6 changed files with 319 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue