Startup commands will now run with 400ms delay between each other

This commit is contained in:
Kwoth 2017-04-02 00:26:44 +02:00
parent c512f6360b
commit 3364f110a4

View File

@ -57,6 +57,7 @@ namespace NadekoBot.Modules.Administration
} }
catch { } catch { }
} }
await Task.Delay(400).ConfigureAwait(false);
} }
}); });
} }