Tyrrrz / DiscordChatExporter

Exports Discord chat logs to a file
MIT License
7.74k stars 705 forks source link

Channels command does not list channels that are VOICE (and thus we don't get the message chat since we have no ID) #1315

Closed atulc closed 2 days ago

atulc commented 2 days ago

Version

v2.30.1

Flavor

CLI (Command-Line Interface)

Platform

Windows 2012 Server

Export format

TXT

Steps to reproduce

dotnet DiscordChatExporter.Cli.dll channels -t <MY TOKEN HERE< -g 8238727381388 > channels.txt

You'll have to use your own guild, this one is mine but it works on any guild that has voice channels.

Details

I expected this listing to INCLUDE the channel below (I added this in the output to demonstrate but through the exporter this line is NOT PRESENT)

image

Checklist

atulc commented 2 days ago

OK, it seems to be working fine in the latest version; Closing for now and thanks.