Update FriendNotifications.plugin.js

This commit is contained in:
Mirco Wittrien 2022-12-11 17:45:46 +01:00 committed by GitHub
parent f0434666a7
commit 4fdce5b73e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
* @name FriendNotifications
* @author DevilBro
* @authorId 278543574059057154
* @version 1.8.6
* @version 1.8.7
* @description Shows a Notification when a Friend or a User, you choose to observe, changes their Status
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
@ -128,7 +128,7 @@ module.exports = (_ => {
DESKTOP: {
button: 2,
value: 2,
color: BDFDB.DiscordConstants.ColorVariables["status-positive"]
color: "var(--status-positive)"
}
};
@ -1137,4 +1137,4 @@ module.exports = (_ => {
}
};
})(window.BDFDB_Global.PluginUtils.buildPlugin(changeLog));
})();
})();