mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-05-31 04:56:34 +00:00
Remove bot options (-b)
@@ -126,8 +126,7 @@ Make sure you're [copying the DM Channel ID](https://github.com/Tyrrrz/DiscordCh
|
|||||||
DiscordChatExporter.Domain.Exceptions.DiscordChatExporterException: Authentication token is invalid.
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
@@ -142,13 +141,6 @@ DiscordChatExporter.Domain.Exceptions.DiscordChatExporterException: Access is fo
|
|||||||
↳ This means you don't have access to the channel.
|
↳ 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:
|
The application to execute does not exist:
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user