Remove cruft left behind by the recent refactoring
parent
893bfb091e
commit
ebb4ad23d7
|
@ -346,10 +346,6 @@ utils.addInboxCommand('logs', (msg, args, thread) => {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
|
||||||
* ---!!!!!!!!!!!--- REFACTOR LINE ---!!!!!!!!!!!---
|
|
||||||
*/
|
|
||||||
|
|
||||||
// Snippets
|
// Snippets
|
||||||
bot.on('messageCreate', async msg => {
|
bot.on('messageCreate', async msg => {
|
||||||
if (! utils.messageIsOnInboxServer(msg)) return;
|
if (! utils.messageIsOnInboxServer(msg)) return;
|
||||||
|
|
Loading…
Reference in New Issue