diff --git a/index.js b/index.js index 1036007..bd0bbbb 100644 --- a/index.js +++ b/index.js @@ -535,6 +535,10 @@ bot.registerCommand('logs', (msg, args) => { }); }); +bot.on('channelCreate', channel => { + console.log(`[NOTE] Got channel creation event for #${channel.name} (ID ${channel.id})`); +}); + bot.connect(); /*