Skip to content

Releases: davidhozic/discord-advertisement-framework

v2.1.2

25 Sep 16:10

Choose a tag to compare

Changes

This is a bug fix release which fixes bugs:

  • #195 VoiceMESSAGE did not delete deleted channels
  • Exception on initialization of static server list in case any of the messages had failed their initialization.

v2.1.1

22 Sep 20:48

Choose a tag to compare

Changes

  • Fixed #189 .
  • Support for readthedocs.

v2.1

06 Sep 16:30
be6844f

Choose a tag to compare

Stable release v2.1
Changelog: https://daf.davidhozic.top/changelog.html

v2.1 - RC1.1

04 Sep 10:53
e3923c3

Choose a tag to compare

v2.0.2

01 Aug 23:14
d70b5ae

Choose a tag to compare

Changes

  • Bug fixes:
    • Fixed bug #139 related to audio streaming not working at all on Windows platform.

v2.0.1

30 Jul 13:17
d35d4ae

Choose a tag to compare

What's Changed

  • Missing Dependency fix - v2.0.1

v2.0

26 Jul 17:51
b3b00d5

Choose a tag to compare

Changes can be found at CHANGELOG.

v1.9

07 Jun 15:42
9649344

Choose a tag to compare

  • Intents parameter in the framework.run() function (discord.Intents)
  • Relational Database Logging ( MS SQL Server only)
  • Better error handling
  • Dynamic addition of GUILD/USER/xxxMESSAGE and dynamic removal
  • Better self-bot detection avoidance

v1.8

18 Apr 14:54
b46ba5f

Choose a tag to compare

What's Changed

  • JSON style logging, for easier implementation of sql logs in the future and for easier managment of data returned by the logs
  • Automatically remove channels from messages if they were deleted post start and then delete message from the list if no channels are left
  • Updated Pycord to the latest version
  • Improved debug messages

v1.7

19 Mar 10:36
3145731

Choose a tag to compare

  • The framework now supports direct messaging via the DirectMESSAGE and USER classes.