From c75a91d15fcabae16b06b2e3de3ba585adff68b6 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Mon, 24 May 2021 02:03:42 -0400 Subject: add more granular control over emojis --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1480d0d..6e7c85b 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,8 @@ For example, memory_db would be set by adding `memory_db = true` under the line #### gui * member_list_discriminator (true or false, default true) - show user discriminators in the member list -* emojis (true or false, default true) - resolve unicode and custom emojis to images. this needs to be false to allow GTK to render emojis by itself +* stock_emojis (true or false, default true) - allow abaddon to substitute unicode emojis with images from emojis.bin, must be false to allow GTK to render emojis itself +* 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 * owner_crown (true or false, default true) - show a crown next to the owner -- cgit v1.2.3