Skip to content

NearBot v0.7

Compare
Choose a tag to compare
@hirusha-adi hirusha-adi released this 25 May 06:58
· 161 commits to main since this release

Changelog

  1. Reduced repeating code (try-except's large error embed)
  2. Introduced a new way to handle embeds, reducing boilerplate code
  3. Send requests asynchronously instead of requests
  4. Give a uniform look to the error embed
  5. Removed bored command due to API being down.
  6. Removed joke2. Has only one joke command now. it depends on this api
  7. Improved the code of the /help function. Made it easily customizable and extendable
  8. Remove the country info command (/countryinfo). It's API is a joke.
  9. Remove covid info command (/covid). Feels outdated in 2024.
  10. Fixed broken embeds in /passwordchk command and made the code much better.
  11. Fixed the broken /lyrics command
  12. Fix the bug where the the .env file won't load
  13. Other minor bug fixes
  14. Removed the setup.py file for good. Use the guide in README.md to install it without docker.
  15. Update dependencies:
    • discord.py: v2.3.2
    • pomice: v2.9.0
    • lavalink: v4.0.5

Special thanks to spicybrown for helping me fix Lavalink and the /lyrics command