fix!: get rid of async void
This commit is contained in:
@@ -20,5 +20,5 @@ var bot = BotBaseBuilder.Create()
|
||||
.DefaultLanguage()
|
||||
.Build();
|
||||
|
||||
bot.Start();
|
||||
await Task.Delay(-1);
|
||||
await bot.Start();
|
||||
await Task.Delay(-1);
|
||||
|
||||
Reference in New Issue
Block a user