From 9f44d6a8547f0650d8f054752e2ba380aca7d6a6 Mon Sep 17 00:00:00 2001 From: Toastie Date: Tue, 5 Nov 2024 19:40:19 +1300 Subject: [PATCH] added missing strings --- src/EllieBot/Modules/Gambling/Gambling.cs | 2 +- .../data/strings/commands/commands.en-US.yml | 24 +++++++++++++++++-- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/src/EllieBot/Modules/Gambling/Gambling.cs b/src/EllieBot/Modules/Gambling/Gambling.cs index 165a487..16dce13 100644 --- a/src/EllieBot/Modules/Gambling/Gambling.cs +++ b/src/EllieBot/Modules/Gambling/Gambling.cs @@ -129,7 +129,7 @@ public partial class Gambling : GamblingModule } [Cmd] - public async Task GamblingStats() + public async Task GambleStats() { var stats = await _gamblingTxTracker.GetAllAsync(); diff --git a/src/EllieBot/data/strings/commands/commands.en-US.yml b/src/EllieBot/data/strings/commands/commands.en-US.yml index 851050c..48369fc 100644 --- a/src/EllieBot/data/strings/commands/commands.en-US.yml +++ b/src/EllieBot/data/strings/commands/commands.en-US.yml @@ -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: - - { } \ No newline at end of file + - { } +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' \ No newline at end of file