diff --git a/Troubleshooting.md b/Troubleshooting.md index 7d2f127..2944489 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -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 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) \ No newline at end of file +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).