mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-05 21:37:55 +00:00
Add new enum types for threads
Signed-off-by: Ske <voltasalt@gmail.com>
This commit is contained in:
parent
84e9b5e4db
commit
af5de7c892
2 changed files with 8 additions and 2 deletions
|
|
@ -10,7 +10,11 @@
|
|||
GroupDm = 3,
|
||||
GuildCategory = 4,
|
||||
GuildNews = 5,
|
||||
GuildStore = 6
|
||||
GuildStore = 6,
|
||||
GuildNewsThread = 10,
|
||||
GuildPublicThread = 11,
|
||||
GuildPrivateThread = 12,
|
||||
GuildStageVoice = 13
|
||||
}
|
||||
|
||||
public ulong Id { get; init; }
|
||||
|
|
|
|||
|
|
@ -36,7 +36,9 @@ namespace Myriad.Types
|
|||
GuildDiscoveryDisqualified = 14,
|
||||
GuildDiscoveryRequalified = 15,
|
||||
Reply = 19,
|
||||
ApplicationCommand = 20
|
||||
ApplicationCommand = 20,
|
||||
ThreadStarterMessage = 21,
|
||||
GuildInviteReminder = 22
|
||||
}
|
||||
|
||||
public ulong Id { get; init; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue