Skip to content

Commit

Permalink
Final trigger for squash
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythonic-Rainbow committed Jan 16, 2024
1 parent a1ce659 commit f11423e
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 f11423e

Please sign in to comment.