Skip to content

shahriyardx/discord-custom-help

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discord-custom-help

Making help commands easier

Installation

pip install discord-custom-help

Usage

bot.load_extension('dch')

Customization

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

About

A custom help cog for discord

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages