stuff
This commit is contained in:
parent
73fd4d6467
commit
301210758b
|
@ -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"},
|
||||
|
|
|
@ -85,7 +85,6 @@ module.exports = (_ => {
|
|||
this.patchedModules = {
|
||||
before: {
|
||||
ChannelEditorContainer: "render",
|
||||
ChannelAutoComplete: "render",
|
||||
AutocompleteChannelResult: "render",
|
||||
AuditLog: "render",
|
||||
SettingsInvites: "render",
|
||||
|
|
Loading…
Reference in New Issue