Skip to content

Releases: nobodyPerfecZ/discord-bot

Release v1.2.0

05 Dec 18:35
Compare
Choose a tag to compare

Release v1.2.0

Improvements:

  • Removed the MusicState Enum from music.py (#20)
  • Playlist can now be handled asynchronously to avoid racing conditions (#16)

New:

  • Bot now has the command !permission <type> to display a permissions matrix that displays which roles / text channels are allowed for using the bot (#21)
  • Bot now have the commands !role <id> ... and !text_channel <id> ... to dynamically adjust the bot configuration during runtime (#19)
  • Bot now has the command !timeout <time> to dynamically adjust the bot configuration during runtime (#19)
  • Bot now has the command !id <type> to display the IDs of roles / text channels to better work with !role and!text_channel ``` (#19)

Release v1.1.0

16 Sep 14:47
Compare
Choose a tag to compare

Release v1.1.0

Improvements:

  • Enhance !help command with discord.embed (#17)
  • The playlist should be handled asynchronously to avoid racing conditions (#16)
  • Removing the limited input handling with @before_invoke (#15)
  • Unittests for util module (#14)
  • Highlight the values in the success ✅, warning ⚠️, and error messages ❌ (#11)
  • Change visualization of the !show command (#6)

New:

  • Bot should only be reacting for specific text channels (#13)
  • Bot should only be used by members of specific roles (#12)

Release v1.0.0

22 Mar 07:43
Compare
Choose a tag to compare

Release v1.0.0

New:

  • Initial release of the discord bot