Merge remote-tracking branch 'Kwoth/1.9' into 1.9

This commit is contained in:
Shikhir Arora
2017-11-08 06:54:12 -05:00
5 changed files with 4 additions and 13 deletions

View File

@ -200,7 +200,7 @@ namespace NadekoBot.Modules.Games.Services
{
var sent = await channel.SendFileAsync(
fileStream,
"drop.png",
"drop.gif",
toSend).ConfigureAwait(false);
msgs[0] = sent;