Skip to content

Commit b937eaa

Browse files
authored
misc
1 parent f2f0848 commit b937eaa

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

discord/client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2233,8 +2233,6 @@ async def create_emoji(
22332233
22342234
Raises
22352235
-------
2236-
Forbidden
2237-
You are not allowed to create emojis.
22382236
HTTPException
22392237
An error occurred creating an emoji.
22402238

discord/state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
from .automod import AutoModRule
5050
from .channel import *
5151
from .channel import _channel_factory
52-
from .emoji import AppEmoji, Emoji, GuildEmoji
52+
from .emoji import AppEmoji, GuildEmoji
5353
from .enums import ChannelType, InteractionType, ScheduledEventStatus, Status, try_enum
5454
from .flags import ApplicationFlags, Intents, MemberCacheFlags
5555
from .guild import Guild

0 commit comments

Comments
 (0)