From 958eca2935994c7ff3fc8b6942712b48b14caa10 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Sat, 5 Aug 2017 09:52:32 +0200 Subject: [PATCH] Nunchi fix, shop fix --- src/NadekoBot/Modules/Gambling/FlowerShopCommands.cs | 2 +- src/NadekoBot/_strings/ResponseStrings.en-US.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NadekoBot/Modules/Gambling/FlowerShopCommands.cs b/src/NadekoBot/Modules/Gambling/FlowerShopCommands.cs index 9c285906..660b0d33 100644 --- a/src/NadekoBot/Modules/Gambling/FlowerShopCommands.cs +++ b/src/NadekoBot/Modules/Gambling/FlowerShopCommands.cs @@ -69,7 +69,7 @@ namespace NadekoBot.Modules.Gambling for (int i = 0; i < theseEntries.Length; i++) { - var entry = entries[i]; + var entry = theseEntries[i]; embed.AddField(efb => efb.WithName($"#{curPage * 9 + i + 1} - {entry.Price}{_bc.BotConfig.CurrencySign}").WithValue(EntryToString(entry)).WithIsInline(true)); } return embed; diff --git a/src/NadekoBot/_strings/ResponseStrings.en-US.json b/src/NadekoBot/_strings/ResponseStrings.en-US.json index 5eb34cd7..13edd204 100644 --- a/src/NadekoBot/_strings/ResponseStrings.en-US.json +++ b/src/NadekoBot/_strings/ResponseStrings.en-US.json @@ -374,7 +374,7 @@ "games_nunchi_started": "Nunchi game started with {0} participants.", "games_nunchi_round_ended": "Nunchi round ended. {0} is out of the game.", "games_nunchi_round_ended_boot": "Nunchi round ended due to timeout of some users. These users are still in the game: {0}", - "games_nunchi_round_started": "Nunchi round started with {0} users. Start counting from the number {0}.", + "games_nunchi_round_started": "Nunchi round started with {0} users. Start counting from the number {1}.", "games_nunchi_next_number": "Number registered. Last number was {0}.", "games_nunchi_failed_to_start": "Nunchi failed to start because there were not enough participants.", "games_nunchi_created": "Nunchi game created. Waiting for users to join.",