Update 0BDFDB.data.json

This commit is contained in:
Mirco Wittrien 2022-09-27 12:45:06 +02:00
parent f79455376d
commit e049eeb833
1 changed files with 11 additions and 1 deletions

View File

@ -16,8 +16,18 @@
"Timestamp": {"props": ["add", "dayOfYear", "hasAlignedHourOffset"]},
"User": {"strings": ["UserFlags", "hasFlag", "deserialize"]}
},
"CustomDiscordConstants": {
"MAX_GUILD_FOLDER_NAME_LENGTH": 32
},
"DiscordConstants": {
"Colors": ["SPOTIFY", "STATUS_RED"]
"ActivityTypes": ["STREAMING", "LISTENING", "CUSTOM_STATUS"],
"ChannelTypes": ["GUILD_TEXT", "GUILD_STORE", "DM"],
"Colors": ["SPOTIFY", "STATUS_RED"],
"FriendsSections": ["ALL", "ONLINE", "ADD_FRIEND"],
"KeyboardDeviceTypes": ["KEYBOARD_KEY", "MOUSE_BUTTON"],
"MessageTypes": ["CHAT_INPUT_COMMAND", "CHANNEL_PINNED_MESSAGE"],
"RelationshipTypes": ["FRIEND", "PENDING_INCOMING", "PENDING_OUTGOING"],
"StatusTypes": ["STREAMING", "UNKNOWN", "DND"]
},
"LibraryModules": {
"AckUtils": {"props": ["localAck", "bulkAck"]},