Nunchi fix, shop fix

This commit is contained in:
Master Kwoth 2017-08-05 09:52:32 +02:00
parent dea9a935a4
commit 958eca2935
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ namespace NadekoBot.Modules.Gambling
for (int i = 0; i < theseEntries.Length; i++) 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)); embed.AddField(efb => efb.WithName($"#{curPage * 9 + i + 1} - {entry.Price}{_bc.BotConfig.CurrencySign}").WithValue(EntryToString(entry)).WithIsInline(true));
} }
return embed; return embed;

View File

@ -374,7 +374,7 @@
"games_nunchi_started": "Nunchi game started with {0} participants.", "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": "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_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_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_failed_to_start": "Nunchi failed to start because there were not enough participants.",
"games_nunchi_created": "Nunchi game created. Waiting for users to join.", "games_nunchi_created": "Nunchi game created. Waiting for users to join.",