fix!: get rid of async void

This commit is contained in:
ZavaruKitsu
2022-10-08 19:37:00 +03:00
parent 5ab15621a0
commit f41fdf90ed
5 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -20,5 +20,5 @@ var bot = BotBaseBuilder.Create()
.DefaultLanguage()
.Build();
bot.Start();
await Task.Delay(-1);
await bot.Start();
await Task.Delay(-1);