mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-06 09:56:09 +00:00
Remove and address stale TODO comments
This commit is contained in:
@ -89,7 +89,6 @@ class Reaction:
|
||||
self.count: int = data.get('count', 1)
|
||||
self.me: bool = data['me']
|
||||
|
||||
# TODO: typeguard
|
||||
def is_custom_emoji(self) -> bool:
|
||||
""":class:`bool`: If this is a custom emoji."""
|
||||
return not isinstance(self.emoji, str)
|
||||
|
Reference in New Issue
Block a user