Update ServerCounter.plugin.js
This commit is contained in:
parent
b623d7d9b7
commit
fe32c5a748
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue