Update ServerCounter.plugin.js

This commit is contained in:
Mirco Wittrien 2021-10-18 23:35:14 +02:00 committed by GitHub
parent b623d7d9b7
commit fe32c5a748
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
* @name ServerCounter * @name ServerCounter
* @author DevilBro * @author DevilBro
* @authorId 278543574059057154 * @authorId 278543574059057154
* @version 1.0.4 * @version 1.0.5
* @description Adds a Server Counter to the Server List * @description Adds a Server Counter to the Server List
* @invite Jx3TjNS * @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien * @donate https://www.paypal.me/MircoWittrien
@ -17,7 +17,7 @@ module.exports = (_ => {
"info": { "info": {
"name": "ServerCounter", "name": "ServerCounter",
"author": "DevilBro", "author": "DevilBro",
"version": "1.0.4", "version": "1.0.5",
"description": "Adds a Server Counter to the Server List" "description": "Adds a Server Counter to the Server List"
} }
}; };
@ -78,11 +78,11 @@ module.exports = (_ => {
} }
onStart () { onStart () {
BDFDB.PatchUtils.forceAllUpdates(this); BDFDB.GuildUtils.rerenderAll();
} }
onStop () { onStop () {
BDFDB.PatchUtils.forceAllUpdates(this); BDFDB.GuildUtils.rerenderAll();
} }
processGuilds (e) { processGuilds (e) {