mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
add slashcommand hint to translate
This commit is contained in:
parent
0a9c904be6
commit
c09dc73043
1 changed files with 2 additions and 1 deletions
|
@ -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"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue