VoiceBroadcasting much more efficient

This commit is contained in:
Amish Shah
2016-12-30 13:57:09 +00:00
parent bf4010e89c
commit 91fc6ccb5c
3 changed files with 107 additions and 20 deletions

View File

@@ -46,6 +46,7 @@ client.on('message', m => {
const com = eval(m.content.split(' ').slice(1).join(' '));
m.channel.sendMessage(`\`\`\`\n${com}\`\`\``);
} catch (e) {
console.log(e);
m.channel.sendMessage(`\`\`\`\n${e}\`\`\``);
}
}