rename define to dictionary

This commit is contained in:
bignutty 2024-06-08 20:55:43 +02:00
parent cf6fb6da9a
commit 04b9ebe035
2 changed files with 5 additions and 5 deletions

View file

@ -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',