From 0d7a61bb48c142be4a697941e7e5e193c065999c Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Fri, 8 Jan 2021 23:52:55 +0100 Subject: [PATCH] stuff --- Library/0BDFDB.plugin.js | 2 +- Library/_res/BDFDB.data.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index daa37ec4d4..06895af6ac 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -4447,7 +4447,7 @@ module.exports = (_ => { this.props.icon && BDFDB.ReactUtils.createElement("div", { className: BDFDB.disCN.menuiconcontainer, children: BDFDB.ReactUtils.createElement(this.props.icon, { - className: BDFDB.disCN.menuicon, + className: BDFDB.disCN.menuicon }) }), this.props.imageUrl && BDFDB.ReactUtils.createElement("div", { diff --git a/Library/_res/BDFDB.data.json b/Library/_res/BDFDB.data.json index ec1aa6a97d..a418d59b1b 100644 --- a/Library/_res/BDFDB.data.json +++ b/Library/_res/BDFDB.data.json @@ -30,6 +30,7 @@ "CopyLinkUtils": {"props": ["SUPPORTS_COPY", "copy"]}, "CurrentUserStore": {"props": ["getCurrentUser"]}, "CurrentVoiceUtils": {"props": ["getAveragePing", "isConnected"]}, + "CustomStatusConstants": {"props": ["ClearAfterValues", "STATUS_MAX_LENGTH"]}, "DirectMessageStore": {"props": ["getPrivateChannelIds"]}, "DirectMessageUnreadStore": {"props": ["getUnreadPrivateChannelIds"]}, "DispatchApiUtils": {"props": ["dirtyDispatch", "isDispatching"]},