This commit is contained in:
Daniel Odendahl Jr
2017-05-16 11:23:30 +00:00
parent c08a69db7c
commit f9ac90ad15
+1
View File
@@ -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);
}
}