mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-05-22 00:35:07 +00:00
Automatically detect token kind (#764)
This commit is contained in:
@@ -36,8 +36,7 @@ public class ExportWrapperFixture : IDisposable
|
||||
{
|
||||
await new ExportChannelsCommand
|
||||
{
|
||||
TokenValue = Secrets.DiscordToken,
|
||||
IsBotToken = Secrets.IsDiscordTokenBot,
|
||||
Token = Secrets.DiscordToken,
|
||||
ChannelIds = new[] { channelId },
|
||||
ExportFormat = format,
|
||||
OutputPath = filePath
|
||||
|
||||
Reference in New Issue
Block a user