Testing something

This commit is contained in:
Master Kwoth 2017-07-04 13:05:23 +02:00
parent a6d432de7f
commit 17158d5e80

View File

@ -187,6 +187,7 @@ 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