From e02687d17a98070e5369d5540924bd8796544911 Mon Sep 17 00:00:00 2001 From: shiftinv Date: Mon, 27 Jul 2026 15:38:43 +0000 Subject: [PATCH] fix: use monochrome unicode variation selector for emoji to avoid resync --- monty/config/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monty/config/models.py b/monty/config/models.py index 3bf7d7b7..dbe20cf5 100644 --- a/monty/config/models.py +++ b/monty/config/models.py @@ -43,7 +43,7 @@ class Category(enum.Enum): General = CategoryMetadata( name="General", description="General bot configuration options.", - emoji="⚙️", + emoji="⚙", button=CategoryButtonMetadata( label="Edit General", ),