startup using runandblockasync
This commit is contained in:
parent
0943a44c28
commit
5d7ce508dd
@ -3,6 +3,6 @@
|
|||||||
public class Program
|
public class Program
|
||||||
{
|
{
|
||||||
public static void Main(string[] args) =>
|
public static void Main(string[] args) =>
|
||||||
new NadekoBot().RunAsync(args).GetAwaiter().GetResult();
|
new NadekoBot().RunAndBlockAsync(args).GetAwaiter().GetResult();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user