This commit is contained in:
Mirco Wittrien 2021-02-04 16:17:11 +01:00
parent 73fd4d6467
commit 301210758b
2 changed files with 0 additions and 5 deletions

View File

@ -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"},

View File

@ -85,7 +85,6 @@ module.exports = (_ => {
this.patchedModules = {
before: {
ChannelEditorContainer: "render",
ChannelAutoComplete: "render",
AutocompleteChannelResult: "render",
AuditLog: "render",
SettingsInvites: "render",