💭
- [My Discord Bot](https://dr-insanity.github.io/disghost-site/)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import discord | |
from discord.ext import commands | |
from discord.errors import Forbidden | |
"""This custom help command is a perfect replacement for the default one on any Discord Bot written in Discord.py! | |
However, you must put "bot.remove_command('help')" in your bot, and the command must be in a cog for it to work. | |
Original concept by Jared Newsom (AKA Jared M.F.) | |
[Deleted] https://gist.github.com/StudioMFTechnologies/ad41bfd32b2379ccffe90b0e34128b8b | |
Rewritten and optimized by github.com/nonchris |