This commit is contained in:
2026-02-28 01:34:47 +00:00
parent e476d0a0fa
commit ff35402da3

View File

@@ -80,10 +80,7 @@ namespace SkyBot
timer.Start();
}
public static async Task InitializePlanetsAsync(
ValourClient client,
Dictionary<long, Channel> channelCache,
HashSet<long> initializedPlanets)
public static async Task InitializePlanetsAsync(ValourClient client, Dictionary<long, Channel> channelCache, HashSet<long> initializedPlanets)
{
foreach (var planet in client.PlanetService.JoinedPlanets)
{