Update events.cs (#2505)
Fixed compiler error caused by missing semicolon
This commit is contained in:
@@ -22,7 +22,7 @@ public class Program
|
|||||||
{
|
{
|
||||||
Console.WriteLine("Bot is connected!");
|
Console.WriteLine("Bot is connected!");
|
||||||
return Task.CompletedTask;
|
return Task.CompletedTask;
|
||||||
}
|
};
|
||||||
|
|
||||||
await Task.Delay(-1);
|
await Task.Delay(-1);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user