diff --git a/jeeves.py b/jeeves.py index 83cac7b..d21c4ea 100755 --- a/jeeves.py +++ b/jeeves.py @@ -15,7 +15,7 @@ logger.addHandler(handler) # setup discord.py bot intents = discord.Intents().all() -bot = commands.Bot(command_prefix='!', intents=intents) +bot = commands.Bot(command_prefix='!', intents=intents, help_command=None) e = discord.Embed() @bot.event