Fixed typeadd

This commit is contained in:
Kwoth 2016-10-05 07:06:46 +02:00
parent 5b86b84991
commit 4016974cef

View File

@ -194,6 +194,7 @@ namespace NadekoBot.Modules.Games
Author = imsg.Author.Username,
Text = text
});
await uow.CompleteAsync().ConfigureAwait(false);
}
await channel.SendMessageAsync("Added new article for typing game.").ConfigureAwait(false);