Grammar, CLI DM ID, moved Channel ID to CLI section, aka PlainText, more details on what to do on crashing/failing

Yudi
2020-04-09 18:41:27 -03:00
parent 4859fe2d75
commit 97c1006959

@@ -18,7 +18,7 @@ If you still have unanswered questions after reading this page or if you have en
# General
### Token stealer?
No. That's why it's important for this kind program to be open source, so the code can be audited by anyone.<br/>
No. That's why it's important for this kind of software to be open source, so the code can be audited by anyone.<br/>
If you're using the GUI, be aware that your token will be saved to a plaintext file unless you disable it in the settings menu.
### Why should I be worried about the safety of my Token?
@@ -52,11 +52,7 @@ Check the following page:
* [Obtaining Token](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs)
### My Token is disappearing too quickly, I can't copy it!
[Try this](https://github.com/Tyrrrz/DiscordChatExporter/issues/76#issuecomment-412349261).
### Where are the 'Channel IDs'?
Check the following page:
* [Obtaining Channel IDs](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs)
[Try this](https://github.com/Tyrrrz/DiscordChatExporter/issues/76#issuecomment-412349261)
### How do I run DCE on Mac or Linux?
Check the following pages:
@@ -70,12 +66,14 @@ Check the following pages to learn how to schedule **DiscordChatExporter.CLI** r
* [Linux scheduling](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Scheduling-exports-with-Mono-&-Crontab)
### The file is too big, I can't open it!
Try opening it with a different program or use a different file format, like `TXT`.
Try opening it with a different program or use a different file format, like `TXT` (aka `PlainText`).
### DCE is crashing/failing
Check the following page:
* [Installing .NET Core Runtime](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime)
If you already have the latest **recommended** .NET Core version installed, please check if it's not a [known issue](https://github.com/Tyrrrz/DiscordChatExporter/issues?q=is%3Aissue) before [opening a new one](https://github.com/Tyrrrz/DiscordChatExporter/issues/new).
### .NET Core Runtime is required
Check the following page:
* [Installing .NET Core Runtime](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Install-.NET-Core-runtime)
@@ -92,6 +90,13 @@ If you're using **Docker**, please refer to the [Docker Usage Instructions](http
Check the following page:
* [Docker usage instructions](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Docker-usage-instructions#file-output)
### Where are the 'Channel IDs'?
Check the following page:
* [Obtaining Channel IDs](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs)
### I can't export Direct Messages
Make sure you're [copying the Direct Message Channel ID](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Obtaining-Token-and-Channel-IDs#how-to-get-a-direct-message-channel-id), not a User ID.
### Option '-b' parse error: could not parse 'BOTTOKEN' to 'System.Boolean'
`-b` does not require a value, it just tells that the token is a bot token. The correct usage is:
```powershell