Releases: angeloanan/lyrics-finder
Releases · angeloanan/lyrics-finder
Patch 3.1.3
Patched a patch to patch the bug
Will writeup after this. I'm zoning in rn
~!np
Patch 3.1.2
This release patches ~!np
not working due to changes with Discord's API
Technical Change
- Moved
nowplaying
handler to a separate file
Patch 3.1.1
Genius changed their API without notifying their API users. This broke the whole bot.
Changed / Fixed
- Fixed not working search command
- Ping rounding - Ping has been rounded
- Admin commands - Move admin commands to the side
- Updated typings - This fixes some specific song lyrics error
- Better scraping - Scraping will now try 5 times before completely throwing an error
Technical / OSS changes
- Working ESLint + StandardJS now - Apparently I've been developing for 3 years without ESLint. I'm so dumb
- Move constants (embeds & emojis) to a separate file
Version 3.1.0
This is a minor version bump as we are complying with Discord Developer TOS
Added
- Ping command
- Privacy Policy - Use
privacy
to display the policy
Changed / Fixed
- Updated help layout - The layout is more fancy now
- Updated typings - This fixes some specific song lyrics error
Technical / OSS changes
- We now use pino for logging
- Removed unused files from the repo
- Updated dependencies
Release 3.0.7
Addition
- [WIP] Added a privacy policy command - Accessible using
~!privacy
Changed
- Separated lyrics scraping from bot - Now using a custom Backend. This fixes the long dreaded bug
Release 3.0.6-hack
Bypasses Cloudflare I'm Under Attack mode. Will be replaced soon™
Release 3.0.6
Added
- Added voting support for discord.boats and glennbotlist
- Added error messages to almost everything
- Fancified error messages
Technical / OSS Changes
- We now use husky + lint-staged
- Added handling of an edge case where song details can be empty
- Removed some dead code
Release 3.0.5
Changed / Fixed
- Fixed discord.bots.gg voting (typo)
Technical / OSS changes
- Updated dependencies
- Uses package.json version as the bot's presence
Release 3.0.4
Added
- Added voting support for discord.bots.gg
Changed / Fixed
- Searches now filters emojis & custom emotes
- Refined lyrics not found error
Technical / OSS changes
- Added better
README.md
- It looks fancy now - Added
TODO.md
- You are welcome if you want to contribute - Updated and removed dependencies
- Updated
.env.example
- Moved Spotify API to a separate project - This causes some build error
- Docker build now uses node-alpine with dependencies installation fixed
Release 3.0.3
Added
- Added
about
- Added prefix
stats
toinfo
Changed / Fixed
- Fixed ClientOptions not applied (I'm really dumb)
- Added starting time in Console Logs