Changed my mind. offline stream notifs won't be deleted
This commit is contained in:
parent
cc6798496c
commit
96e57d5dbf
@ -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 { }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user