Skip to content

Releases: 3eif/EarTensifier

2.5.0

12 Nov 20:02
7ed7a0a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.0...2.5.0

2.4.0

07 Sep 14:27
e38fe1c
Compare
Choose a tag to compare

Changelog

  • A ton of bug fixes (I've honestly lost track of what was fixed)
  • Added slash command mentions to help command
  • Added broadcast command

New Contributors

Full Changelog: 2.3.0...2.4.0

2.3.0

01 Sep 16:52
cccf4a7
Compare
Choose a tag to compare
  • Play command autocompletes with your song history.
  • Playlist commands autocomplete with your stored playlists.
  • Queue manipulation commands autocomplete with the song in the queue.
  • You can now add any message's content to the queue by right clicking the message selecting Apps > Play.
  • A loop button has been added to the Now Playing embed. The loop button can loop a queue/song and unloop as well.
  • An add to queue button has been added to the Now Playing embed to make it easier to queue up your favorite songs.
  • Many slash command bugs have been fixed.
  • Bug Fixes
  • Privacy policy has been updated to include storing of last played songs.

https://www.youtube.com/watch?v=D6WN5D0lL24

2.1.0

17 Mar 22:40
Compare
Choose a tag to compare

Added Apple Music Support

What's Changed

New Contributors

Full Changelog: 2.0.0...2.1.0

2.0.0

24 Dec 01:19
Compare
Choose a tag to compare

I forgor to release this 💀

Ear Tensifier v2.0.0
Over the past couple of months I have been working on v2 of the bot and I'm glad to announce it is finally released! Version 2 is a complete rewrite which adapts many of the new features that Discord has added to bots such as slash commands, buttons, and select menus. Most importantly, in v2, the bot no longer uses Lavalink to output audio and play songs but it instead uses sange (https://github.com/ilikdoge/sange) which delivers much crisper and smoother audio.

Changes
Here are just some of the changes/new features in v2:

  • Added slash commands
  • Added buttons to now playing embed to pause and go back to or skip a song
  • Redesigned now playing embed and added a progress bar that updates every 30 seconds based on the song's duration
  • Replaced pagination reactions with buttons
  • Added dropdown menu to search command instead of having to input numbers
  • Added command for setting default volume
  • Added commands to make it easier to listen/ignore channels
  • Added settings command to view the bot's server settings
  • Added tremolo filters
  • Added an option to disable now playing messages from being sent
  • Many bug fixes

Website
I have also completely revamped the website which you can checkout here: https://eartensifier.net/

1.9.0

25 Oct 03:00
3224a17
Compare
Choose a tag to compare

Updated the bot to discord.js v13 thanks to @rajamoulimallareddy

1.8.0

17 Oct 03:43
60d5baf
Compare
Choose a tag to compare

Added clean command that deletes an X amount of the bot's latest messages thanks to @lmpham1

1.7.0

10 Oct 16:11
3f544be
Compare
Choose a tag to compare

Increased Spotify playlist limit to infinite
Fixed a bug where Spotify playlists and songs were not working
Fixed a bug where Youtube playlists were not working
Fixed a bug where playlist creation times were innacurate
Added self hosting guide to the bot's readme

v1.6.0

10 Jul 21:26
Compare
Choose a tag to compare

Numerous bug fixes
Added privacy policy command
New filters:

  • Speed
  • Pitch
  • Rate
  • Nightcore
  • Vaporwave

v1.5.0

25 Jun 17:05
Compare
Choose a tag to compare
  • Custom Playlists: You can now create custom playlists and load them into the queue in seconds! Use the help command for more information.
  • Youtube Playlists: Youtube playlists are now supported.
  • Embed overhaul: I've changed many commands to send embeds instead of messages. This prevents users from exploiting certain commands and make the bot look cleaner.
  • Pagination: You can now flip between the queue if there are more than 10 songs.
  • Previous Command: The previous command lets you go back to the previous song.
  • Multiple bug fixes