We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7322db4 commit afc95caCopy full SHA for afc95ca
Teapot.py
@@ -86,7 +86,7 @@
86
intents = discord.Intents.default()
87
intents.members = True
88
intents.typing = False
89
-bot = dcmd.Bot(intents=intents, command_prefix=teapot.config.bot_prefix())
+bot = dcmd.Bot(intents=intents, command_prefix=teapot.config.bot_prefix(), help_command=None)
90
91
@bot.event
92
async def on_ready():
teapot/cogs/cmds.py
@@ -20,7 +20,6 @@ def __init__(bot):
20
21
22
def helpcmd(bot):
23
- bot.remove_command('help')
24
25
@bot.command(aliases=['?'])
26
async def help(ctx, *cog):
0 commit comments