Is there any reason why Asset.is_animated isn't a property? #9539
-
Is there any reason why https://github.com/Rapptz/discord.py/blob/master/discord/asset.py#L355-L357 |
Beta Was this translation helpful? Give feedback.
Answered by
Rapptz
Aug 26, 2023
Replies: 1 comment 1 reply
-
None of the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
itswilliboy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
None of the
is_
methods are properties. This is consistent design within the lib, so once you seeis_
you know it's a method to be called.