Skip to content

Commit 8a61cf4

Browse files
committed
docs(wiki): update FAQ
1 parent 6ad07f6 commit 8a61cf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/wiki/FAQ.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require 'cord'.setup {
2222
}
2323
```
2424

25-
2. Set the `CORD_LOG_FILE` environment variable to a file path. This will redirect all logs to that file, but note that doing so will bypass the `log_level` setting and log everything. This is useful for debugging as trace and debug logs can be very verbose and overwhelming in the editor.
25+
1. Set the `CORD_LOG_FILE` environment variable to a file path. This will redirect all logs to that file. This is useful for debugging as trace and debug logs can be very verbose and overwhelming in the editor.
2626

2727
> ### Q: Can I use a custom name in my Rich Presence?
2828
@@ -44,7 +44,7 @@ Cord's server keeps running intentionally. In fact, this is one of the key desig
4444

4545
> ### Q: I'm using a custom Discord client. Will Cord work with it?
4646
47-
Yes, although we do not endorse custom clients, and cannot guarantee that they will work. The main issue is that custom clients often cannot/do not expose the IPC pipe at the same path as the official client, so you might need to create a symlink to make it work.
47+
Yes, although we do not endorse custom clients, and cannot guarantee that they will work. The main issue is that custom clients often cannot/do not expose the IPC pipe at the same path as the official client, so you might need to create a symlink to make it work. You can also override the defaults by setting the `advanced.discord.pipe_paths` field to a list of absolute paths to use when connecting to Discord.
4848

4949
> ### Q: Is X plugin or X language supported?
5050

0 commit comments

Comments
 (0)