mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
rename define to dictionary
This commit is contained in:
parent
cf6fb6da9a
commit
04b9ebe035
2 changed files with 5 additions and 5 deletions
|
@ -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,
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue