diff --git a/commands/interaction/slash/utils/dictionary.js b/commands/interaction/slash/utils/dictionary.js index 23a4693..778810e 100644 --- a/commands/interaction/slash/utils/dictionary.js +++ b/commands/interaction/slash/utils/dictionary.js @@ -49,8 +49,8 @@ function createDictionaryPage(context, result, index, language){ } module.exports = { - name: 'define', - description: 'Look up the definition of a word in the dictionary.', + name: 'dictionary', + description: 'Look up the definition of a word or term in a dictionary.', contexts: [ 0, 1, diff --git a/commands/message/utils/dictionary.js b/commands/message/utils/dictionary.js index c900cf3..8959b3a 100644 --- a/commands/message/utils/dictionary.js +++ b/commands/message/utils/dictionary.js @@ -51,11 +51,11 @@ function createDictionaryPage(context, result, index, language){ } module.exports = { - name: 'define', + name: 'dictionary', label: 'query', - aliases: ['dictionary', 'dict'], + aliases: ['define', 'dict'], metadata: { - description: 'Returns dictionary definitions for words.', + description: 'Looks up words and teminology in a dictionary.', description_short: 'Dictionary word definitions.', examples: ['dictionary Gehen -lang de'], category: 'utils',