mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 16:50:10 +00:00
fix(bot): make EmbedLinks permission check work with threads
This commit is contained in:
parent
71c61e93b5
commit
97666a62df
3 changed files with 9 additions and 7 deletions
|
|
@ -34,6 +34,7 @@ public enum PermissionSet: ulong
|
|||
ManageRoles = 0x10000000,
|
||||
ManageWebhooks = 0x20000000,
|
||||
ManageEmojis = 0x40000000,
|
||||
SendMessagesInThreads = 0x04000000000,
|
||||
|
||||
// Special:
|
||||
None = 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue