Changed my mind. offline stream notifs won't be deleted

This commit is contained in:
Kwoth 2017-01-01 14:28:59 +01:00
parent cc6798496c
commit 96e57d5dbf

View File

@ -111,8 +111,6 @@ namespace NadekoBot.Modules.Searches
try
{
var msg = await channel.EmbedAsync(fs.GetEmbed(newStatus)).ConfigureAwait(false);
if (!newStatus.IsLive)
msg.DeleteAfter(60);
}
catch { }
}