We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9cef8 commit fc3276aCopy full SHA for fc3276a
disnake/emoji.py
@@ -182,7 +182,7 @@ def application_id(self) -> Optional[int]:
182
183
.. versionadded:: 2.11
184
"""
185
- if self.guild is None:
+ if self.guild_id is None:
186
return None
187
return self._state.application_id
188
@@ -192,7 +192,7 @@ def is_app_emoji(self) -> bool:
192
193
194
195
196
return True
197
return False
198
0 commit comments