add slashcommand hint to translate

This commit is contained in:
bignutty 2025-01-02 17:38:10 +01:00
parent 0a9c904be6
commit c09dc73043

View file

@ -17,7 +17,8 @@ module.exports = {
description_short: 'Translate text.',
examples: ['tr groß nussig -from de -to en'],
category: 'utils',
usage: `tr <text> [-to <target language>] [-from <origin language>]`
usage: `tr <text> [-to <target language>] [-from <origin language>]`,
slashCommand: "translate"
},
args: [
{name: 'to', default: 'en', type: 'language', help: "Target Language"},