fixed a string, closes #1075

This commit is contained in:
Kwoth 2017-02-22 11:40:51 +01:00
parent 895d24c755
commit fff6cb4024

View File

@ -368,7 +368,7 @@ namespace NadekoBot.Modules.Gambling
if (waifus.Count == 0)
{
await ReplyConfirmLocalized("waifu_none").ConfigureAwait(false);
await ReplyConfirmLocalized("waifus_none").ConfigureAwait(false);
return;
}