Releases: 3ddelano/discord.gd
Releases · 3ddelano/discord.gd
Release 1.1.1
1.1.1
- Fixed User.get_display_avatar() was not returning PoolByteArray
- Fixed User.get_default_avatar() was not returning PoolByteArray
Major Release 1.1.0
1.1.0
Major Release (Added support for components)
- Added support for button components
- Added classes DiscordInteraction, MessageActionRow and MessageButton
- Added class MessageFlags for Message.flags
- Fixed a bug where bot would automatically login without calling the .login() method
Release 1.0.3
1.0.3
- Added User.get_display_avatar_url()
- Added User.get_default_avatar_url()
Release 1.0.2
1.0.2
- Fixed bug where bot crashes if no avatar was set
- Bot now waits to send the message, if it gets ratelimited
Release 1.0.1
1.0.1
- Bot will try to reconnect every 5s if initially there is no internet
- Added support to delete messages. DiscordBot.delete()
- Fixed bot crashing when only stickers were sent
- Made Helpers.make_iso_string() more efficient
- Fixed typo parsing options in User.get_display_avatar