fix: fixed pipeline, added missing strings

This commit is contained in:
Kwoth
2024-11-04 10:58:44 +00:00
parent c39c9061fd
commit 704d061d46
2 changed files with 23 additions and 3 deletions

View File

@@ -2703,7 +2703,7 @@ eventstart:
desc: "The type of event being started."
options:
desc: "The optional option flags for the event."
betstats:
gamblestats:
desc: |-
Shows the total stats of several gambling features.
Updates once an hour.
@@ -4641,4 +4641,24 @@ translateflags:
ex:
- ''
params:
- { }
- { }
betstats:
desc: |-
Shows the current bet stats for yourself, or the targetted user.
You may optionally specify the game to show stats for.
Supported games right now are: bf, br, bd, lula, slot, race
ex:
- ''
- '@someone'
- '@someone lula'
- 'bd'
params:
- {}
- user:
desc: 'The user for who to show the betstats for.'
- user:
desc: 'The user for who to show the betstats for.'
game:
desc: 'The game to show betstats for. Omit to show betstats for all games combined'
- game:
desc: 'The game to show betstats for. Omit to show betstats for all games combined'