int() support

This commit is contained in:
iDutchy
2020-10-17 19:14:51 -05:00
parent 24839be99d
commit 09168d880f
8 changed files with 25 additions and 1 deletions

View File

@ -30,6 +30,7 @@ Custom Features
- Added ``Client.set_embed_color`` / ``Bot.set_embed_color``
- Added ``TextChannel.can_send``
- Added ``Intents.from_list``
- Added support for ``int()`` to ``discord.User``, ``discord.Member``, ``discord.Emoji``, ``discord.Role``, ``discord.Guild``, ``discord.Message``, ``discord.TextChannel``, ``discord.VoiceChannel``, ``discord.CategoryChannel``, ``discord.Attachment`` and ``discord.Message``. This will return their id
- Added support for ``str()`` to ``discord.Message``. This will return the message content
Features