Remove bot options (-b)

Yudi
2022-01-27 13:47:36 -03:00
parent aecd6a8f00
commit 4c0e690b66

@@ -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:
```