HypeSquad

Created by catcat1204
Edited by aiko-chan-ai
This commit is contained in:
March 7th
2022-03-25 23:56:20 +07:00
parent 7250fa2dbd
commit a39bc31b58
5 changed files with 20 additions and 7 deletions
+6
View File
@@ -103,6 +103,12 @@ export const enum GuildScheduledEventStatuses {
CANCELED = 4,
}
export const enum HypeSquadOptions {
HOUSE_BRAVERY = 1,
HOUSE_BRILLIANCE = 2,
HOUSE_BALANCE = 3,
}
export const enum InteractionResponseTypes {
PONG = 1,
CHANNEL_MESSAGE_WITH_SOURCE = 4,