Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shahriyardx/discord-custom-help
- Owner: shahriyardx
- License: mit
- Created: 2021-03-03T10:30:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-04T17:39:40.000Z (over 2 years ago)
- Last Synced: 2024-10-16T13:36:47.025Z (29 days ago)
- Language: Python
- Size: 15.6 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE
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