mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 09:18:27 -04:00
fix: fixed pipeline, added missing strings
This commit is contained in:
@@ -129,7 +129,7 @@ public partial class Gambling : GamblingModule<GamblingService>
|
||||
}
|
||||
|
||||
[Cmd]
|
||||
public async Task GamblingStats()
|
||||
public async Task GambleStats()
|
||||
{
|
||||
var stats = await _gamblingTxTracker.GetAllAsync();
|
||||
|
||||
|
@@ -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'
|
Reference in New Issue
Block a user