diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2024-01-08 06:46:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-08 06:46:13 +0000 |
commit | c45c090d8449a917b1549e2ec93ddbd0a6fa870c (patch) | |
tree | 4d3f2a85e64cd9deaa9892b5b5ccf368d20ca9c1 /README.md | |
parent | c6602576e5f6344bfc0375908c9d8507c4c32014 (diff) | |
parent | 48ea929ece8a8c1c6b5f7aad2f96920f24f27f7b (diff) | |
download | abaddon-portaudio-c45c090d8449a917b1549e2ec93ddbd0a6fa870c.tar.gz abaddon-portaudio-c45c090d8449a917b1549e2ec93ddbd0a6fa870c.zip |
Merge pull request #260 from uowuo/settings
Refactor settings implementation
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 |