Making help commands easier
pip install discord-custom-help
bot.load_extension('dch')
To change the color of embeds
import os
os.environ['DCH_COLOR'] = '34ffcd' # Any hex color code
Using disnake?
import os
os.environ["DISCORD_LIB"] = "disnake"
Join Discord For any kind of help