added missing strings
This commit is contained in:
parent
7da8f2c403
commit
9f44d6a854
2 changed files with 23 additions and 3 deletions
|
@ -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();
|
||||||
|
|
||||||
|
|
|
@ -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'
|
Loading…
Reference in a new issue