Initial commit
This commit is contained in:
commit
8716669d29
45 changed files with 2605 additions and 0 deletions
15
src/main/resources/translations/template/strings.properties
Normal file
15
src/main/resources/translations/template/strings.properties
Normal file
|
@ -0,0 +1,15 @@
|
|||
commands.slap.name=slap
|
||||
commands.slap.description=Ask the bot to slap another user
|
||||
commands.slap.response=*slaps {target} with their {weapon}*
|
||||
|
||||
commands.button.name=button
|
||||
commands.button.description=A simple example command, which sends a button.
|
||||
|
||||
components.button.label=Button!
|
||||
components.button.response=You pushed the button!
|
||||
|
||||
arguments.target.name=target
|
||||
arguments.target.description=User you want to slap
|
||||
|
||||
arguments.weapon.name=weapon
|
||||
arguments.weapon.description=What you want to slap with
|
Loading…
Add table
Add a link
Reference in a new issue