Skip to content

Commit

Permalink
trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythonic-Rainbow committed Jan 16, 2024
1 parent 16bf109 commit a1ce659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bot/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ public static async Task Main()
{
await Discord.InitAsync();
await Coc.InitAsync();
await Task.Delay(-1);
await Task.Delay(1);
}
}

0 comments on commit a1ce659

Please sign in to comment.