This commit is contained in:
Kwoth
2016-12-08 17:20:35 +01:00
parent b0f9c94e71
commit 5324cc2229
2 changed files with 15 additions and 18 deletions

View File

@@ -111,10 +111,7 @@ namespace NadekoBot.Modules.Searches
try { await channel.EmbedAsync(fs.GetEmbed(newStatus).Build()).ConfigureAwait(false); } catch { }
}
}
catch (Exception ex)
{
}
catch { }
}));
FirstPass = false;