Skip to content

Commit

Permalink
Update disnake/emoji.py
Browse files Browse the repository at this point in the history
Co-authored-by: Victor <[email protected]>
Signed-off-by: Snipy7374 <[email protected]>
  • Loading branch information
Snipy7374 and Victorsitou authored Nov 26, 2024
1 parent 9cba32c commit 3b3cbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disnake/emoji.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def application_id(self) -> Optional[int]:
.. versionadded:: 2.10
"""
if self.guild is None:
return
return None
return self._state.application_id

def is_usable(self) -> bool:
Expand Down

0 comments on commit 3b3cbb9

Please sign in to comment.