Removed testing delay

This commit is contained in:
Master Kwoth 2017-07-04 15:32:38 +02:00
parent 17158d5e80
commit 8b72447b0f

View File

@ -187,7 +187,6 @@ namespace NadekoBot.Services
private async Task MessageReceivedHandler(SocketMessage msg)
{
await Task.Delay(1500);
try
{
if (msg.Author.IsBot || !_bot.Ready) //no bots, wait until bot connected and initialized