This commit is contained in:
Mirco Wittrien 2019-10-30 14:49:09 +01:00
parent 438d5bbe75
commit 3eead33b6a
2 changed files with 2 additions and 2 deletions

View File

@ -1236,7 +1236,6 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins || {}, cleanUps: BDFDB && BDFDB
PopoutContainer: "Popout",
MemberCard: "Member",
MessageDeveloperModeGroup: "FluxContainer(MessageDeveloperModeGroup)",
Note: "FluxContainer(Note)",
WebhookCard: "Webhook"
};
var webModulesNotFindableModules = {
@ -1254,6 +1253,7 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins || {}, cleanUps: BDFDB && BDFDB
PrivateChannelCall: "callcurrentcontainer",
MemberCard: "guildsettingsmembercard",
NameTag: "nametag",
Note: "usernote",
SearchResults: "searchresultswrap",
TypingUsers: "typing",
UserPopout: "userpopout",

File diff suppressed because one or more lines are too long