Get Some Logging Strays

This commit is contained in:
Daniel Odendahl Jr
2017-04-08 03:49:15 +00:00
parent 01dc22bd49
commit 57a097f940
3 changed files with 1 additions and 3 deletions
-1
View File
@@ -21,7 +21,6 @@ module.exports = class TodayCommand extends commando.Command {
if (!message.channel.permissionsFor(this.client.user).hasPermission(['SEND_MESSAGES', 'READ_MESSAGES'])) return;
if (!message.channel.permissionsFor(this.client.user).hasPermission('EMBED_LINKS')) return message.say(':x: Error! I don\'t have the Embed Links Permission!');
}
console.log('[Command] ' + message.content);
try {
const response = await request
.get('http://history.muffinlabs.com/date')