Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shahriyardx/discord-custom-help

A custom help cog for discord
https://github.com/shahriyardx/discord-custom-help

Last synced: 9 days ago
JSON representation

A custom help cog for discord

Awesome Lists containing this project

README

        

## discord-custom-help
Making help commands easier

## Installation
`pip install discord-custom-help`

## Usage
```py
bot.load_extension('dch')
```

## Customization
To change the color of embeds
```py
import os
os.environ['DCH_COLOR'] = '34ffcd' # Any hex color code
```

Using disnake?
```py
import os
os.environ["DISCORD_LIB"] = "disnake"
```

[Join Discord](https://discord.gg/7SaE8v2) For any kind of help