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 202bfbf commit eff9fb0Copy full SHA for eff9fb0
1 file changed
discord/emoji.py
@@ -364,7 +364,7 @@ def __repr__(self) -> str:
364
return f"<AppEmoji id={self.id} name={self.name!r} animated={self.animated}>"
365
366
@property
367
- def guild(self) -> Guild:
+ def guild(self) -> None:
368
"""The guild this emoji belongs to. This is always `None` for :class:`AppEmoji`."""
369
return None
370
0 commit comments