mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-26 16:02:33 +00:00
Optimize fetching threads (#1125)
This commit is contained in:
@@ -52,6 +52,8 @@ public class GetChannelsCommand : DiscordCommandBase
|
||||
await Discord.GetGuildThreadsAsync(
|
||||
GuildId,
|
||||
ThreadInclusionMode == ThreadInclusionMode.All,
|
||||
null,
|
||||
null,
|
||||
cancellationToken
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user