Remove cruft left behind by the recent refactoring

master
Miikka Virtanen 2017-09-19 21:33:17 +03:00
parent 893bfb091e
commit ebb4ad23d7
1 changed files with 0 additions and 4 deletions

View File

@ -346,10 +346,6 @@ utils.addInboxCommand('logs', (msg, args, thread) => {
}
});
/**
* ---!!!!!!!!!!!--- REFACTOR LINE ---!!!!!!!!!!!---
*/
// Snippets
bot.on('messageCreate', async msg => {
if (! utils.messageIsOnInboxServer(msg)) return;