diff --git a/commands/message/utils/dictionary.js b/commands/message/utils/dictionary.js index 0ca610e..77bff44 100644 --- a/commands/message/utils/dictionary.js +++ b/commands/message/utils/dictionary.js @@ -46,8 +46,7 @@ function createDictionaryPage(context, result, index, language){ e.description += `\n\n**${type}**\n${defItms.join('\n\n')}` - let res = page(e) - return res; + return page(e); } module.exports = {