Skip to content

Commit eff9fb0

Browse files
vmphasePaillat-dev
andauthored
fix(emoji): return type mismatch (#3267)
Co-authored-by: Paillat <paillat@pycord.dev>
1 parent 202bfbf commit eff9fb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

discord/emoji.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ def __repr__(self) -> str:
364364
return f"<AppEmoji id={self.id} name={self.name!r} animated={self.animated}>"
365365

366366
@property
367-
def guild(self) -> Guild:
367+
def guild(self) -> None:
368368
"""The guild this emoji belongs to. This is always `None` for :class:`AppEmoji`."""
369369
return None
370370

0 commit comments

Comments
 (0)