From f9ac90ad155da1e913bf8aa4d657d6fdc55a29c5 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Tue, 16 May 2017 11:23:30 +0000 Subject: [PATCH] Cats --- commands/search/botinfo.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/search/botinfo.js b/commands/search/botinfo.js index 6acef83f..b5f2fa58 100644 --- a/commands/search/botinfo.js +++ b/commands/search/botinfo.js @@ -43,6 +43,7 @@ module.exports = class BotSearchCommand extends Command { body.prefix, true); return msg.embed(embed); } catch (err) { + console.log(err); return msg.say(err); } }