updated bot commands, new sfx

This commit is contained in:
Chris Ham
2018-02-01 09:54:56 -08:00
parent a2a9974108
commit 94c6049e44
9 changed files with 282 additions and 50 deletions

View File

@@ -232,4 +232,7 @@ function dmUser(originalMessage, newMessage)
})
.catch(console.log);
}
}
}
// catch Promise errors
process.on('unhandledRejection', console.error);