Skip to content

Releases: FrostedCA/EasyCommands

EasyCommands v0.6.2

14 Mar 22:38
Compare
Choose a tag to compare

EasyCommands v0.6.1

14 Mar 21:22
Compare
Choose a tag to compare

EasyCommands v0.6.0

13 Mar 03:06
Compare
Choose a tag to compare

Full Changelog: v0.5.4...v0.6.0

  • Updated the way the music bot behaves.
  • Refined music bot embeds.
    • Added buttons on the embeds. (Skip/Pause/Stop/Lyrics)
  • Added new music commands. (Pause/Lyrics)
  • Error handling. (W.I.P.)
  • Music bot auto-disconnect event.
  • CommandExecutor class has been removed and replaced by SlashExecutor.
  • Added new config option: music_channel=id

Bug fixes

  • Help message has been updated. (Help message was spamming aliases)
  • Global embeds have been updated. (Incoherence with embeds)
  • Fixed errors on PrefixCommands.
  • Fixed problems with Aliases not working properly with SlashCommands.

EasyCommands v0.5.4

12 Mar 00:26
7936e0c
Compare
Choose a tag to compare

EasyCommands v0.5.3

12 Mar 00:20
Compare
Choose a tag to compare

EasyCommands v0.5.2

09 Mar 17:29
Compare
Choose a tag to compare

EasyCommands v0.5.1

08 Mar 20:38
Compare
Choose a tag to compare

EasyCommands v0.5.0

06 Mar 04:56
6d36d98
Compare
Choose a tag to compare

EasyCommands v0.4.2

04 Mar 19:49
Compare
Choose a tag to compare

Optimized the way of executing the correct command. More details inside of the 0.4.2 commit. This should in fact remove the potential performance issues with multiple command classes.

Full Changelog: v0.4.1...v0.4.2

EasyCommands v0.4.1

22 Feb 23:03
f7ef05c
Compare
Choose a tag to compare

Added the possibility to use a Config file. Read the GitHub repository 'readme' for more details.