From ff35402da34c2cbec735d59f8435c9020911f132 Mon Sep 17 00:00:00 2001 From: skyjoshua Date: Sat, 28 Feb 2026 01:34:47 +0000 Subject: [PATCH] yes --- utils.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/utils.cs b/utils.cs index d4dc9db..793e60a 100644 --- a/utils.cs +++ b/utils.cs @@ -80,10 +80,7 @@ namespace SkyBot timer.Start(); } - public static async Task InitializePlanetsAsync( - ValourClient client, - Dictionary channelCache, - HashSet initializedPlanets) + public static async Task InitializePlanetsAsync(ValourClient client, Dictionary channelCache, HashSet initializedPlanets) { foreach (var planet in client.PlanetService.JoinedPlanets) {