Skip to content

Releases: 3ddelano/discord.gd

Release 1.1.1

21 Aug 10:09
Compare
Choose a tag to compare

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

21 Aug 10:09
Compare
Choose a tag to compare

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

11 Aug 07:04
Compare
Choose a tag to compare

1.0.3

  • Added User.get_display_avatar_url()
  • Added User.get_default_avatar_url()

Release 1.0.2

05 Aug 05:04
Compare
Choose a tag to compare

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

01 Aug 10:45
Compare
Choose a tag to compare

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

Release v.1.0.0

31 Jul 12:45
Compare
Choose a tag to compare

Initial Release of Discord.gd