diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-01-08 01:56:39 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-01-08 01:56:39 -0500 |
commit | a6e0a2aaa4ff48777ab6aefd3e515d97d4eaf7e0 (patch) | |
tree | 49a8acaba758ca47b6558e841ff3780a42da1b44 /README.md | |
parent | 3095155d63acbb0144ad123730a85e5a81eb113b (diff) | |
parent | c45c090d8449a917b1549e2ec93ddbd0a6fa870c (diff) | |
download | abaddon-portaudio-a6e0a2aaa4ff48777ab6aefd3e515d97d4eaf7e0.tar.gz abaddon-portaudio-a6e0a2aaa4ff48777ab6aefd3e515d97d4eaf7e0.zip |
Merge branch 'master' into classic-channels
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -280,6 +280,7 @@ For example, memory_db would be set by adding `memory_db = true` under the line | `token` | string | | Discord token used to login, this can be set from the menu | | `prefetch` | boolean | false | if true, new messages will cause the avatar and image attachments to be automatically downloaded | | `autoconnect` | boolean | false | autoconnect to discord | +| `keychain` | boolean | true | store token in system keychain (if compiled with support) | #### http |