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