mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 07:43:31 -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(GetDirectMessageChannelsOptions),
|
||||
typeof(GetGuildsOptions),
|
||||
typeof(UpdateAppOptions)
|
||||
//typeof(UpdateAppOptions)
|
||||
};
|
||||
|
||||
// Parse command line arguments
|
||||
|
|
|
|||
Loading…
Reference in a new issue