mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
add slash command hints to help
This commit is contained in:
parent
34ba5a6e94
commit
1f6e2cd1f1
19 changed files with 63 additions and 22 deletions
|
@ -57,9 +57,10 @@ module.exports = {
|
|||
metadata: {
|
||||
description: 'Looks up words and teminology in a dictionary.',
|
||||
description_short: 'Dictionary word definitions.',
|
||||
examples: ['dictionary Gehen -lang de'],
|
||||
examples: ['define Gehen -lang de'],
|
||||
category: 'utils',
|
||||
usage: 'define <query> [-lang <language>]'
|
||||
usage: 'dictionary <query> [-lang <language>]',
|
||||
slashCommand: "dictionary"
|
||||
},
|
||||
args: [
|
||||
{name: 'lang', default: 'en', type: 'language', help: "Language to define in"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue