More cleanup

This commit is contained in:
Tyrrrz
2025-06-08 22:53:10 +03:00
parent 08718425f1
commit cc92b2cbe6
2 changed files with 20 additions and 19 deletions

View File

@@ -389,7 +389,7 @@ public class DiscordClient(
}
public async IAsyncEnumerable<Channel> GetChannelThreadsAsync(
IEnumerable<Channel> channels,
IReadOnlyList<Channel> channels,
bool includeArchived = false,
Snowflake? before = null,
Snowflake? after = null,