fixed a string, closes #1075
This commit is contained in:
parent
895d24c755
commit
fff6cb4024
@ -368,7 +368,7 @@ namespace NadekoBot.Modules.Gambling
|
|||||||
|
|
||||||
if (waifus.Count == 0)
|
if (waifus.Count == 0)
|
||||||
{
|
{
|
||||||
await ReplyConfirmLocalized("waifu_none").ConfigureAwait(false);
|
await ReplyConfirmLocalized("waifus_none").ConfigureAwait(false);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user