noop errors from eris for things like being reconnected
This commit is contained in:
parent
3a8d099e9e
commit
1b86352f69
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue