NearBot v0.7
Changelog
- Reduced repeating code (try-except's large error embed)
- Introduced a new way to handle embeds, reducing boilerplate code
- Send requests asynchronously instead of
requests
- Give a uniform look to the error embed
- Removed
bored
command due to API being down. - Removed
joke2
. Has only onejoke
command now. it depends on this api - Improved the code of the
/help
function. Made it easily customizable and extendable - Remove the country info command (
/countryinfo
). It's API is a joke. - Remove covid info command (
/covid
). Feels outdated in 2024. - Fixed broken embeds in
/passwordchk
command and made the code much better. - Fixed the broken
/lyrics
command - Fix the bug where the the
.env
file won't load - Other minor bug fixes
- Removed the
setup.py
file for good. Use the guide inREADME.md
to install it without docker. - Update dependencies:
- discord.py:
v2.3.2
- pomice:
v2.9.0
- lavalink:
v4.0.5
- discord.py:
Special thanks to spicybrown
for helping me fix Lavalink and the /lyrics
command