mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-04-28 00:36:00 +00:00
Allow using bot token instead of user token (#70)
This commit is contained in:
@@ -21,7 +21,7 @@ namespace DiscordChatExporter.Cli.ViewModels
|
||||
_exportService = exportService;
|
||||
}
|
||||
|
||||
public async Task ExportAsync(string token, string channelId, string filePath, ExportFormat format,
|
||||
public async Task ExportAsync(AuthToken token, string channelId, string filePath, ExportFormat format,
|
||||
DateTime? from, DateTime? to)
|
||||
{
|
||||
// Get channel and guild
|
||||
|
||||
Reference in New Issue
Block a user