Gifs will now work again in .plant and .gc, fix #1807
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user