diff --git a/Troubleshooting.md b/Troubleshooting.md index c3105cf..bee91cb 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -126,10 +126,9 @@ Make sure you're [copying the DM Channel ID](https://github.com/Tyrrrz/DiscordCh DiscordChatExporter.Domain.Exceptions.DiscordChatExporterException: Authentication token is invalid. ... ``` -↳ Make sure the token is correct. If it is a bot token, don't forget to use `-b`. +↳ Make sure the provided token is correct. - ``` DiscordChatExporter.Domain.Exceptions.DiscordChatExporterException: Requested resource does not exist. ``` @@ -142,13 +141,6 @@ DiscordChatExporter.Domain.Exceptions.DiscordChatExporterException: Access is fo ↳ This means you don't have access to the channel. -``` -Can't convert value "TOKEN" to type 'Boolean' for option --bot|-b. -String 'TOKEN' was not recognized as a valid Boolean. -``` -↳ `-b` does not require a value, it just tells that the token is a bot token. The correct usage is: `DiscordChatExporter.Cli.exe export -t BOTTOKEN -b -c CHANNEL` - - ``` The application to execute does not exist: ```