From e049eeb833133c0d5292d85a2f583aa9714998a0 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Tue, 27 Sep 2022 12:45:06 +0200 Subject: [PATCH] Update 0BDFDB.data.json --- Library/_res/0BDFDB.data.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Library/_res/0BDFDB.data.json b/Library/_res/0BDFDB.data.json index 5041ce2dfc..d26d53d797 100644 --- a/Library/_res/0BDFDB.data.json +++ b/Library/_res/0BDFDB.data.json @@ -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"]},