Skip to content

13.0.0

Compare
Choose a tag to compare
@naseif naseif released this 18 Nov 10:15
· 50 commits to main since this release

Changes since 12.0.0:

  • New Commands [welcome, leave, playlist].
  • playlist command allows you to save or delete a custom spotify, youtube or soundcloud playlist in the database and grant it an alias which will be used later to play the playlist!
  • skip now disables the repeat mode if it was activated.
  • Fixed lyrics command for the interaction event.
  • Fixed [8D, bassboost, reverse] filter commands aborting after trying to disable them.
  • Added guildMemberRemove event.
  • welcome command enables you to set a custom welcome channel instead of using the default one.
  • leave command enables you to set a custom leave channel instead of the default one.
  • Various fixes and improvements to other commands.

Commits since 12.0.0:

  • 86fca93: [Enhancement] Some formatting fixes | (@naseif)
  • 6b399dc: [Fix] fixed leave interaction options | (@naseif)
  • 49793df: [Update] Added interaction functionality for welcome and leave | (@naseif)
  • 0f1cb08: [New] Added guildMemberRemove event | (@naseif)
  • db858d1: [New] Added leave command which is basically a shallow copy of welcome but to set custom leave message for the guildMemberRemove event | (@naseif)
  • 535646f: [Fix] Fixed guildMemberAdd event sending the welcome message twice! | (@naseif)
  • 4fc315f: [Update] welcome command now also accepts id as channel identifier | (@naseif)
  • 1733e70: [Enhancement] Refactored guildMemberAdd | (@naseif)
  • 20219f4: [Enhancement] some formatting fixes | (@naseif)
  • 5eb8a69: [Update] updated bot description! | (@naseif)
  • 79f96d8: [New] Added welcome command to set a custom welcome message! | (@naseif)
  • a0a4798: [Enhancement] Removed unnecessary files from repo | (@naseif)
  • 67c7e75: [Fix] Added Auto search engine for play | (@naseif)
  • 6eea49d: [Enhancement] fixed 8D for interactions as well | (@naseif)
  • bf2643c: [Enhancement] fixed reverse filter not working properly | (@naseif)
  • 0715fd0: [Enhancement] volume command argument will now only take a number up to 100! | (@naseif)
  • c3da4b0: [Fix] fixed 8D command causing the music to stop after filter disable | (@naseif)
  • adc5299: [Fix] fixed bassboost command causing music to stop after filter disable | (@naseif)
  • 6d61d1f: [Fix] fixed lyrics command for interactions | (@naseif)
  • 320ed0d: [Fix] skip should also disable loop mode with interactions | (@naseif)
  • e8bd829: [Fix] skip now disables the repeat mode if it was activated! | (@naseif)
  • 45df016: [New] Command playlist can now also delete playlists from the database! | (@naseif)
  • a2f7367: [Fix] check if there is playlists in the database before sending the embed! | (@naseif)
  • 6970ea5: [Enhancement] playlist command now validates playlist url user input. Now a list of all available playlist aliases will be print to the error message if there are any | (@naseif)
  • fc64be3: [Fix] fixed repeat command showing no music is playing error message first | (@naseif)
  • 38283e9: [Fix] Users outside the bots voice channel should not be able to use the command! | (@naseif)
  • 8a63306: [Hotfix] playlist aliases are unique for each guild!! | (@naseif)
  • 5950034: [Enhancements] changed all error messages hex color and converted bloated template literals | (@naseif)
  • eb22f54: [Enhancement] replaced error messages hex color | (@naseif)
  • 81c28a0: [New] Added playlist command and fixed template literals in help command | (@naseif)
  • b8d4261: Deleted whitespaces | (@naseif)
  • 458ba21: added codefactor badge | (@naseif)