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

View File

@@ -1183,6 +1183,7 @@ exports.GuildScheduledEventStatuses = createEnum([null, 'SCHEDULED', 'ACTIVE', '
*/
exports.GuildScheduledEventEntityTypes = createEnum([null, 'STAGE_INSTANCE', 'VOICE', 'EXTERNAL']);
/* eslint-enable max-len */
exports.HypeSquadOptions = createEnum([null, 'HOUSE_BRAVERY', 'HOUSE_BRILLIANCE', 'HOUSE_BALANCE']);
exports._cleanupSymbol = Symbol('djsCleanup');