add slash command hints to help

This commit is contained in:
bignutty 2024-07-15 20:14:00 +02:00
parent 34ba5a6e94
commit 1f6e2cd1f1
19 changed files with 63 additions and 22 deletions

View file

@ -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"},