Update ThemeRepo.plugin.js

This commit is contained in:
Mirco Wittrien 2022-06-07 08:50:28 +02:00 committed by GitHub
parent fbb3a78274
commit f83c51de6a
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 ThemeRepo
* @author DevilBro
* @authorId 278543574059057154
* @version 2.3.0
* @version 2.3.1
* @description Allows you to download all Themes from BD's Website within Discord
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
@ -17,7 +17,7 @@ module.exports = (_ => {
"info": {
"name": "ThemeRepo",
"author": "DevilBro",
"version": "2.3.0",
"version": "2.3.1",
"description": "Allows you to download all Themes from BD's Website within Discord"
}
};
@ -1470,7 +1470,7 @@ module.exports = (_ => {
return string;
}
compareVersion (v1, v2) {
compareVersions (v1, v2) {
return v1 == v2 || BDFDB.NumberUtils.compareVersions(v1, v2);
}