Update 0BDFDB.plugin.js

This commit is contained in:
Mirco Wittrien 2021-01-08 18:52:03 +01:00
parent 338e6cc6df
commit 8df47a653e
1 changed files with 6 additions and 1 deletions

View File

@ -19,7 +19,12 @@ module.exports = (_ => {
"version": "1.2.7",
"description": "Give other plugins utility functions"
},
"rawUrl": "https://mwittrien.github.io/BetterDiscordAddons/Library/0BDFDB.plugin.js"
"rawUrl": "https://mwittrien.github.io/BetterDiscordAddons/Library/0BDFDB.plugin.js",
"changeLog": {
"fixed": {
"Settings": "Work again"
}
}
};
const DiscordObjects = {};