From ce521c66686c4143d5b8b01b506c55f37c753946 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Thu, 4 Apr 2024 18:39:12 +0200 Subject: [PATCH] Update ThemeRepo.plugin.js --- Plugins/ThemeRepo/ThemeRepo.plugin.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Plugins/ThemeRepo/ThemeRepo.plugin.js b/Plugins/ThemeRepo/ThemeRepo.plugin.js index 3b710642bc..61c721a297 100644 --- a/Plugins/ThemeRepo/ThemeRepo.plugin.js +++ b/Plugins/ThemeRepo/ThemeRepo.plugin.js @@ -2,7 +2,7 @@ * @name ThemeRepo * @author DevilBro * @authorId 278543574059057154 - * @version 2.5.5 + * @version 2.5.6 * @description Allows you to download all Themes from BD's Website within Discord * @invite Jx3TjNS * @donate https://www.paypal.me/MircoWittrien @@ -730,7 +730,6 @@ module.exports = (_ => { cachedThemes = []; grabbedThemes = []; - generatorThemes = []; searchString = ""; this.defaults = { @@ -759,6 +758,8 @@ module.exports = (_ => { } onStart () { + generatorThemes = []; + this.forceUpdateAll(); this.loadThemes();