mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-03-03 05:33:38 +00:00
Remove bot options (-b)
@@ -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:
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user