Updated Troubleshooting (markdown)

Yudi
2019-02-09 20:55:49 -02:00
parent dd78920e97
commit 197ef93188

@@ -10,7 +10,7 @@ The steps to find Channel IDs are [here](https://github.com/Tyrrrz/DiscordChatEx
You can find the instructions to run **DiscordChatExporter CLI** on [macOS here](https://github.com/Tyrrrz/DiscordChatExporter/wiki/macOS-usage-instructions), and on [Linux here](https://github.com/Tyrrrz/DiscordChatExporter/wiki/Linux-usage-instructions).
# GUI
### How can I use a bot token?
### How can I use a Bot Token?
Click on the <img src="https://i.imgur.com/LaKmL3o.png" height="17" /> button to switch to Bot Token.
# CLI
@@ -63,12 +63,10 @@ Make sure mono is correctly installed if you're running [macOS](https://github.c
Run `su` on Terminal, then `adduser USER sudo`, replacing `USER` with your username. Reboot.
### Mono command not found
If you're trying to execute mono within a script on macOS, make sure you include the PATH variable.
If you're trying to execute Mono within a script on macOS, make sure you include the PATH variable.
Adding `PATH=/Library/Frameworks/Mono.framework/Versions/Current/bin/:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin` before the mono command should solve this.
Adding `PATH=/Library/Frameworks/Mono.framework/Versions/Current/bin/:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin` before the command should solve this.
***
If the solution to your problem isn't here, please [open a new issue](https://github.com/Tyrrrz/DiscordChatExporter/issues/new).
[Known bugs](https://github.com/Tyrrrz/DiscordChatExporter/issues?q=is%3Aissue+is%3Aopen+label%3Abug)
If the solution to your problem isn't here and it's not a [Known Issue](https://github.com/Tyrrrz/DiscordChatExporter/issues?q=is%3Aissue+is%3Aopen+label%3Abug), please [open a new issue](https://github.com/Tyrrrz/DiscordChatExporter/issues/new).