We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36fbf7f commit 2b42553Copy full SHA for 2b42553
interactions/models/discord/emoji.py
@@ -23,7 +23,7 @@
23
__all__ = ("PartialEmoji", "CustomEmoji", "process_emoji_req_format", "process_emoji")
24
25
emoji_regex = re.compile(r"<?(a)?:(\w*):(\d*)>?")
26
-unicode_emoji_reg = re.compile(r"[^\w\s,``“”…-—•◦‣-*⁏⁒~⁺⁻⁼⁽⁾ⁿ₊₋₌₍₎]")
+unicode_emoji_reg = re.compile(r"[^\w\s,’‘“”…–—•◦‣⁃⁎⁏⁒⁓⁺⁻⁼⁽⁾ⁿ₊₋₌₍₎]") # noqa: RUF001
27
28
29
@attrs.define(eq=False, order=False, hash=False, kw_only=False)
0 commit comments