Update ServerCounter.plugin.js
This commit is contained in:
parent
b623d7d9b7
commit
fe32c5a748
|
@ -2,7 +2,7 @@
|
|||
* @name ServerCounter
|
||||
* @author DevilBro
|
||||
* @authorId 278543574059057154
|
||||
* @version 1.0.4
|
||||
* @version 1.0.5
|
||||
* @description Adds a Server Counter to the Server List
|
||||
* @invite Jx3TjNS
|
||||
* @donate https://www.paypal.me/MircoWittrien
|
||||
|
@ -17,7 +17,7 @@ module.exports = (_ => {
|
|||
"info": {
|
||||
"name": "ServerCounter",
|
||||
"author": "DevilBro",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"description": "Adds a Server Counter to the Server List"
|
||||
}
|
||||
};
|
||||
|
@ -78,11 +78,11 @@ module.exports = (_ => {
|
|||
}
|
||||
|
||||
onStart () {
|
||||
BDFDB.PatchUtils.forceAllUpdates(this);
|
||||
BDFDB.GuildUtils.rerenderAll();
|
||||
}
|
||||
|
||||
onStop () {
|
||||
BDFDB.PatchUtils.forceAllUpdates(this);
|
||||
BDFDB.GuildUtils.rerenderAll();
|
||||
}
|
||||
|
||||
processGuilds (e) {
|
||||
|
|
Loading…
Reference in New Issue