From 301210758b1ae9325b15cc29e130bb74da4757a5 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Thu, 4 Feb 2021 16:17:11 +0100 Subject: [PATCH] stuff --- Library/_res/BDFDB.data.json | 4 ---- Plugins/EditChannels/EditChannels.plugin.js | 1 - 2 files changed, 5 deletions(-) diff --git a/Library/_res/BDFDB.data.json b/Library/_res/BDFDB.data.json index 9d949125ef..2ed4270c09 100644 --- a/Library/_res/BDFDB.data.json +++ b/Library/_res/BDFDB.data.json @@ -149,8 +149,6 @@ "GuildIcon" ], "MemoComponent": [ - "ChannelAutoComplete", - "ChannelCategoryItem", "EmojiPicker", "ExpressionPicker", "InviteGuildName", @@ -163,7 +161,6 @@ "GuildFolder" ], "NonPrototype": [ - "ChannelAutoComplete", "ChannelTextAreaContainer" ], "Finder": { @@ -174,7 +171,6 @@ "Avatar": {"props": ["AnimatedAvatar"]}, "BannedCard": {"class": "guildsettingsbannedcard"}, "Category": {"class": "categorycontainerdefault"}, - "ChannelAutoComplete": {"strings": ["hidePersonalInformation", "canExecuteCommands"]}, "ChannelCall": {"class": "callcurrentcontainer"}, "ChannelCategoryItem": {"strings": ["muted", "channel", "collapsed"]}, "ChannelMember": {"class": "member"}, diff --git a/Plugins/EditChannels/EditChannels.plugin.js b/Plugins/EditChannels/EditChannels.plugin.js index da8fc1120e..33ab501977 100644 --- a/Plugins/EditChannels/EditChannels.plugin.js +++ b/Plugins/EditChannels/EditChannels.plugin.js @@ -85,7 +85,6 @@ module.exports = (_ => { this.patchedModules = { before: { ChannelEditorContainer: "render", - ChannelAutoComplete: "render", AutocompleteChannelResult: "render", AuditLog: "render", SettingsInvites: "render",