From e6352e30b4294abe10d50be66458fe868c30128c Mon Sep 17 00:00:00 2001 From: Samuel Johnson Date: Sat, 10 Jan 2026 10:52:40 -0500 Subject: Remove default help --- src/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.py b/src/main.py index 487acf7..fe0d4ec 100644 --- a/src/main.py +++ b/src/main.py @@ -14,6 +14,7 @@ config = { intents = discord.Intents.default() intents.message_content = True bot = commands.Bot(command_prefix="Sigmar! ", intents=intents) +bot.remove_command("help") @bot.command() async def ping(ctx): -- cgit v1.2.3