Allow using bot token instead of user token (#70)

This commit is contained in:
Alexey Golub
2018-07-24 22:47:45 +03:00
committed by GitHub
parent 37ee0b8be3
commit 3572a21aad
15 changed files with 232 additions and 99 deletions

View File

@@ -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; }