mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 15:53:30 -07:00
Disable UpdateAppOptions in CLI
This commit is contained in:
parent
8e38adae7e
commit
f0d99676a3
|
|
@ -44,7 +44,7 @@ namespace DiscordChatExporter.Cli
|
||||||
typeof(GetChannelsOptions),
|
typeof(GetChannelsOptions),
|
||||||
typeof(GetDirectMessageChannelsOptions),
|
typeof(GetDirectMessageChannelsOptions),
|
||||||
typeof(GetGuildsOptions),
|
typeof(GetGuildsOptions),
|
||||||
typeof(UpdateAppOptions)
|
//typeof(UpdateAppOptions)
|
||||||
};
|
};
|
||||||
|
|
||||||
// Parse command line arguments
|
// Parse command line arguments
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue