feat: add more options for when to make proxied messages silent

This commit is contained in:
Petal Ladenson 2026-01-13 19:26:10 -07:00
parent 952bb02285
commit 546a287c28
9 changed files with 71 additions and 14 deletions

View file

@ -37,5 +37,5 @@ public class MessageContext
public bool LogCleanupEnabled { get; }
public bool RequireSystemTag { get; }
public bool DenyBotUsage { get; }
public bool SuppressNotifications { get; }
public GuildConfig.SuppressCondition SuppressNotifications { get; }
}