mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-24 10:13:58 +00:00
Updated Troubleshooting (markdown)
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user