Skip to content

v2.2.0

Compare
Choose a tag to compare
@Reishimanfr Reishimanfr released this 31 Mar 18:15
· 37 commits to main since this release
  • Removed a lot of now useless code related to music playing
  • Added a script to automatically create a guild with emojis required for the bot so self-hosters don't have to do that manually
  • Added a script that automatically leaves guilds that haven't used the bot for 3 months
  • Updating the bot's presence now only happens if the to-be-set presence string is different from the current presence string
  • All icons are now stored in a icons.json file. DO NOT edit this file unless you know what you're doing
  • /play's autocomplete search has been re-implemented. Now includes a 600ms (configurable) timeout before updating the autocomplete menu to avoid API spam to YouTube and Spotify.
  • Music buttons now use a collection-based handler, making them run faster.
  • Fixed music buttons not checking for music-related options like requireDjRole or requirePlaying
  • Fixed the playerDestroy event running unnecessary code that sent too many requests to discord
  • Changed the Waiting for another song... string in QueueEnd.ts to Idling...
  • Fixed inconsistencies related to message replies using the old-style text
  • The bot will now stay in vc for PLAYER_TIMEOUT minutes after being left alone
  • Server muting the bot will now pause music playback, unmuting it will resume playback.