Removed startup complete message.

This commit is contained in:
chris062689 2016-12-10 12:29:23 -05:00
parent cbcab5e343
commit 94f29b3537
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ client.on('ready', () => {
data.readBans();
logger.info('Startup complete. Bot is now online and connected to server.');
app.logChannel.sendMessage(`Startup complete.`);
// app.logChannel.sendMessage(`Startup complete.`);
});
client.on('message', message => {