diff --git a/commands/message/utils/dictionary.js b/commands/message/utils/dictionary.js index 85c54a0..70b504e 100644 --- a/commands/message/utils/dictionary.js +++ b/commands/message/utils/dictionary.js @@ -75,7 +75,6 @@ module.exports = { pages }); }catch(e){ - console.log(e) if(e.response?.body?.status && e.response.body.status == 2) return editOrReply(context, {embeds:[createEmbed("warning", context, e.response.body.message)]}) return editOrReply(context, {embeds:[createEmbed("error", context, `Unable to perform dictionary lookup.`)]}) }