Remove and address stale TODO comments

This commit is contained in:
Rapptz
2023-06-11 12:29:13 -04:00
parent f1bade4bda
commit c5da0fe7c1
4 changed files with 13 additions and 27 deletions

View File

@ -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)