diff --git a/app/bot.py b/app/bot.py index 4fc58b96..304d42ff 100644 --- a/app/bot.py +++ b/app/bot.py @@ -7,6 +7,7 @@ from discord.ext import commands TOKEN = os.getenv('token') bot = commands.Bot(command_prefix='!') +# Remove the default !help action so we can use our own bot.remove_command('help') def generate_embed(embed_url=None, embed_title=None, embed_description=None, embed_color=None):