Tyrrrz / DiscordChatExporter

Exports Discord chat logs to a file
MIT License
7.65k stars 699 forks source link

Fix issue with threads named 'deleted-channel' #1288

Open maxgsf opened 1 month ago

maxgsf commented 1 month ago

Closes #1261

I tried to solve the problem with the thread labeled 'deleted-channel' by using populate threads before assigning the channel variable in the mention.

Tyrrrz commented 1 month ago

Thanks. This works, but pulling threads for an entire guild is notoriously slow.

maxgsf commented 1 month ago

Thanks for the feedback! I've updated my code to only fetch the necessary channel. Please check again.

Tyrrrz commented 1 month ago

Please run dotnet build in the root directory to fix formatting issues @maxgsf