Startup commands will now run with 400ms delay between each other
This commit is contained in:
parent
c512f6360b
commit
3364f110a4
@ -57,6 +57,7 @@ namespace NadekoBot.Modules.Administration
|
|||||||
}
|
}
|
||||||
catch { }
|
catch { }
|
||||||
}
|
}
|
||||||
|
await Task.Delay(400).ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user