mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-05-27 11:12:43 +00:00
Allow using bot token instead of user token (#70)
This commit is contained in:
@@ -5,7 +5,9 @@ namespace DiscordChatExporter.Cli
|
||||
{
|
||||
public class CliOptions
|
||||
{
|
||||
public string Token { get; set; }
|
||||
public string TokenValue { get; set; }
|
||||
|
||||
public bool IsBotToken { get; set; }
|
||||
|
||||
public string ChannelId { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user