added missing strings

This commit is contained in:
Toastie (DCS Team) 2024-11-05 19:40:19 +13:00
parent 7da8f2c403
commit 9f44d6a854
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
2 changed files with 23 additions and 3 deletions

View file

@ -129,7 +129,7 @@ public partial class Gambling : GamblingModule<GamblingService>
} }
[Cmd] [Cmd]
public async Task GamblingStats() public async Task GambleStats()
{ {
var stats = await _gamblingTxTracker.GetAllAsync(); var stats = await _gamblingTxTracker.GetAllAsync();

View file

@ -2703,7 +2703,7 @@ eventstart:
desc: "The type of event being started." desc: "The type of event being started."
options: options:
desc: "The optional option flags for the event." desc: "The optional option flags for the event."
betstats: gamblestats:
desc: |- desc: |-
Shows the total stats of several gambling features. Shows the total stats of several gambling features.
Updates once an hour. Updates once an hour.
@ -4642,3 +4642,23 @@ translateflags:
- '' - ''
params: 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'