From f71aa434b02e18c4d4330293218056ba160bf938 Mon Sep 17 00:00:00 2001 From: bignutty <3515180-bignutty@users.noreply.gitlab.com> Date: Sun, 29 Dec 2024 20:16:21 +0100 Subject: [PATCH] add definition alias for dictionary --- commands/message/utils/dictionary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/message/utils/dictionary.js b/commands/message/utils/dictionary.js index 089b7de..a228477 100644 --- a/commands/message/utils/dictionary.js +++ b/commands/message/utils/dictionary.js @@ -51,7 +51,7 @@ function createDictionaryPage(context, result, index, language){ module.exports = { name: 'dictionary', label: 'query', - aliases: ['define', 'dict'], + aliases: ['define', 'dict', 'definition'], metadata: { description: 'Looks up words and teminology in a dictionary.', description_short: 'Dictionary word definitions.',