@@ -47,9 +47,9 @@ class ConfigManager:
47
47
# updates
48
48
"update_notifications" : True ,
49
49
# threads
50
- "sent_emoji" : "✅ " ,
51
- "blocked_emoji" : "🚫 " ,
52
- "close_emoji" : "🔒 " ,
50
+ "sent_emoji" : "\N{WHITE HEAVY CHECK MARK} " ,
51
+ "blocked_emoji" : "\N{NO ENTRY SIGN} " ,
52
+ "close_emoji" : "\N{LOCK} " ,
53
53
"use_user_id_channel_name" : False ,
54
54
"recipient_thread_close" : False ,
55
55
"thread_auto_close_silently" : False ,
@@ -93,13 +93,13 @@ class ConfigManager:
93
93
"anon_tag" : "Response" ,
94
94
# react to contact
95
95
"react_to_contact_message" : None ,
96
- "react_to_contact_emoji" : "\u2705 " ,
96
+ "react_to_contact_emoji" : "\N{WHITE HEAVY CHECK MARK} " ,
97
97
# confirm thread creation
98
98
"confirm_thread_creation" : False ,
99
99
"confirm_thread_creation_title" : "Confirm thread creation" ,
100
100
"confirm_thread_response" : "React to confirm thread creation which will directly contact the moderators" ,
101
- "confirm_thread_creation_accept" : "\u2705 " ,
102
- "confirm_thread_creation_deny" : "\U0001F6AB " ,
101
+ "confirm_thread_creation_accept" : "\N{WHITE HEAVY CHECK MARK} " ,
102
+ "confirm_thread_creation_deny" : "\N{NO ENTRY SIGN} " ,
103
103
# regex
104
104
"use_regex_autotrigger" : False ,
105
105
}
0 commit comments