diff --git a/src/index.js b/src/index.js index f2b047f..8090a77 100644 --- a/src/index.js +++ b/src/index.js @@ -346,10 +346,6 @@ utils.addInboxCommand('logs', (msg, args, thread) => { } }); -/** - * ---!!!!!!!!!!!--- REFACTOR LINE ---!!!!!!!!!!!--- - */ - // Snippets bot.on('messageCreate', async msg => { if (! utils.messageIsOnInboxServer(msg)) return;