Skip to content

Commit b3f919e

Browse files
committed
🐛 fix raw_role_mentions import in utils/__init__.py
1 parent 330161c commit b3f919e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
escape_mentions,
5050
raw_mentions,
5151
raw_channel_mentions,
52+
raw_role_mentions,
5253
remove_markdown,
5354
escape_markdown,
5455
)
@@ -68,7 +69,6 @@
6869
"raw_mentions",
6970
"raw_channel_mentions",
7071
"raw_role_mentions",
71-
"as_chunks",
7272
"format_dt",
7373
"generate_snowflake",
7474
"basic_autocomplete",

0 commit comments

Comments
 (0)