Added server/user count to stats, fixed message not showing on tenor/large image errors

This commit is contained in:
Essem 2021-06-29 14:10:22 -05:00
parent 41c8be04cf
commit ae8b121d03
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
5 changed files with 23 additions and 6 deletions

View file

@ -141,7 +141,7 @@ connected_workers ${image.connections.size}
});
this.ipc.register("restart", async () => {
await this.bot.editStatus("dnd", {
this.bot.editStatus("dnd", {
name: "esmBot is restarting, please stand by."
});
process.exit(1);