noop errors from eris for things like being reconnected

This commit is contained in:
Cynthia Foxwell 2022-09-04 10:42:35 -06:00
parent 3a8d099e9e
commit 1b86352f69
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ client.once("ready", function () {
listGuilds();
});
client.on("error", function () {});
client.on("messageCreate", function (msg) {
if (msg.author.id === client.user.id) return;