This commit is contained in:
Mirco Wittrien 2019-12-01 14:28:31 +01:00
parent 5f33f9b39c
commit c3830d65d9
2 changed files with 3 additions and 5 deletions

View File

@ -1014,8 +1014,6 @@
InviteCard: "InviteRow",
PopoutContainer: "Popout",
MemberCard: "Member",
MutualGuildRow: "GuildRow",
MutualFriendRow: "FriendRow",
WebhookCard: "Webhook"
};
WebModulesData.Patchfinder = {
@ -1035,8 +1033,8 @@
PrivateChannelCall: "callcurrentcontainer",
PrivateChannelsList: "dmchannelsscroller",
MemberCard: "guildsettingsmembercard",
MutualGuildRow: "listrow",
MutualFriendRow: "listrow",
MutualGuilds: "userprofilebody",
MutualFriends: "userprofilebody",
NameTag: "nametag",
Note: "usernote",
SearchResults: "searchresultswrap",

File diff suppressed because one or more lines are too long