diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-07-23 00:35:33 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-07-23 00:35:33 -0400 |
commit | 5bf48fa6c0650d67dca2a45d05ec1570ebe236ea (patch) | |
tree | 7e7bb89426483ee08136f7f74890b2851d9461f0 /README.md | |
parent | fdee6c22cfd98133a26aa0695c57d901633ff937 (diff) | |
download | abaddon-portaudio-5bf48fa6c0650d67dca2a45d05ec1570ebe236ea.tar.gz abaddon-portaudio-5bf48fa6c0650d67dca2a45d05ec1570ebe236ea.zip |
add animated guild icons to channel list
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -190,9 +190,12 @@ For example, memory_db would be set by adding `memory_db = true` under the line * custom_emojis (true or false, default true) - download and use custom Discord emojis * css (string) - path to the main CSS file * animations (true or false, default true) - use animated images where available (e.g. server icons, emojis, avatars). false means static images will be used +* animated_guild_hover_only (true or false, default true) - only animate guild icons when the guild is being hovered over * owner_crown (true or false, default true) - show a crown next to the owner * gateway (string) - override url for Discord gateway. must be json format and use zlib stream compression * api_base (string) - override base url for Discord API -#### misc +#### style * linkcolor (string) - color to use for links in messages +* expandercolor (string) - color to use for the expander in the channel list +* nsfwchannelcolor (string) - color to use for NSFW channels in the channel list |