From ae51948ce3f877b5e2a2b563e677d3e36eb90a48 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Mon, 30 Dec 2024 23:20:53 +0100 Subject: [PATCH] BetterDiscord: add emotes config --- Configs/BetterDiscord/data/stable/emotes.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Configs/BetterDiscord/data/stable/emotes.json diff --git a/Configs/BetterDiscord/data/stable/emotes.json b/Configs/BetterDiscord/data/stable/emotes.json new file mode 100644 index 0000000..219cecb --- /dev/null +++ b/Configs/BetterDiscord/data/stable/emotes.json @@ -0,0 +1,12 @@ +{ + "general": { + "download": true, + "emoteMenu": true, + "hideEmojiMenu": false, + "modifiers": true, + "animateOnHover": false + }, + "categories": { + "twitchsubscriber": false, + } +} \ No newline at end of file