From 40fa60fdc2b11447902b64765d686db03939e013 Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Sat, 4 Nov 2023 21:46:06 +0100 Subject: [PATCH] opt --- commands/message/utils/dictionary.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 = {