Testing something
This commit is contained in:
parent
a6d432de7f
commit
17158d5e80
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user