Removed testing delay
This commit is contained in:
parent
17158d5e80
commit
8b72447b0f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user