Update BadgesEverywhere.plugin.js

This commit is contained in:
Mirco Wittrien 2020-07-01 10:19:00 +02:00
parent 11ab8e536f
commit 422984de2b
1 changed files with 0 additions and 4 deletions

View File

@ -17,10 +17,6 @@ var BadgesEverywhere = (_ => {
getDescription () {return "Displays Badges (Nitro, HypeSquad, etc...) in the chat/memberlist/userpopout.";}
constructor () {
this.changelog = {
"improved":[["Direct API call","No longer calls the API directly and makes use of the internal fetchProfile"]]
};
this.patchedModules = {
after: {
MemberListItem: "render",