Add debug stuff

This commit is contained in:
Amish Shah
2016-09-04 12:31:10 +01:00
parent f23c07a08e
commit 7475f734ac
5 changed files with 8 additions and 1 deletions

View File

@@ -14,6 +14,8 @@ client.on('ready', () => {
console.log('ready!');
});
client.on('debug', console.log);
client.on('message', message => {
if (true) {
if (message.content === 'makechann') {