Skip to content

12.0.0

Compare
Choose a tag to compare
@naseif naseif released this 09 Nov 13:17
· 83 commits to main since this release

Changes since 11.0.0:

  • Various fixes and improvements.
  • New Commands [gif, volume].
  • Fixed jump command not jumping at the exact given postition.
  • Improved nuke command to accept both id and channel mention.
  • Fixed 24/7 command skipping music directly after activating.
  • Fixed repeat command sending the success message twice in the text channel and setting the repeat mode always to QUEUE when trying to set it to AUTO_PLAY

Commits since 11.0.0:

  • 7d4adce: [Enhancement] fixed some spelling mistakes | (@naseif)
  • 221b82e: [Enhancement] fixed a typo in the skip embed message | (@naseif)
  • d11c369: [Enhancement] updated the leave message | (@naseif)
  • 84a0904: [Fix] fixed repeat command sending message twice and not changing the setRepead mode to AUTO | (@naseif)
  • 65e3307: [Fix] fix prefix parameter not defined in run | (@naseif)
  • 7d0db5d: [Fix] fixed 247 command | (@naseif)
  • 2296ae5: [Enhancement] fixed the logger | (@naseif)
  • e8a1b7e: [New] send a message to the channel when the channelEmpty event gets triggered | (@naseif)
  • 718e8a6: [New] Added volume command to change the bots volume | (@naseif)
  • 237df13: [Fix] fixed gif command crashing if the data array was empty! | (@naseif)
  • c55aa11: [New] getTextChannelFromMention function to parse text channels | (@naseif)
  • d868d3f: [Enhancement] nuke a text channel by id and mention. Both are possible now | (@naseif)
  • 3d1e7e1: [Enhancement] return if the api key is not defined! | (@naseif)
  • 9d20d90: [Fix] added GiphyKey property in config.example.json | (@naseif)
  • 62e1080: [New] Added gif command using the Giphy API. A Giphy API Key is needed to run this command! | (@naseif)
  • ee3a027: [Enhancement] renamed removerole to delrole | (@naseif)
  • 91bf51f: [Fix] commands can only be used if the message author is in the same channel as the bot | (@naseif)
  • 2176703: [Fix] only skip song if user is in the same voice channel as the bot | (@naseif)
  • 87d428a: [Enhancement] allow server owners to play music and use other commands without DJ role | (@naseif)
  • 9617281: [Fix] jump at the exact position that was given | (@naseif)
  • a1a9027: [Enhancement] show songs number in the queue for the jump command | (@naseif)