mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 07:47:53 +00:00
feat: add command blacklisting
This commit is contained in:
parent
1cb554e9c5
commit
a3aa02e779
12 changed files with 155 additions and 8 deletions
|
|
@ -33,6 +33,7 @@ public class MessageContext
|
|||
|
||||
public ulong? LogChannel { get; }
|
||||
public bool InProxyBlacklist { get; }
|
||||
public bool InCommandBlacklist { get; }
|
||||
public bool InLogBlacklist { get; }
|
||||
public bool LogCleanupEnabled { get; }
|
||||
public bool RequireSystemTag { get; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue