summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Johnson <[email protected]>2026-01-10 10:52:40 -0500
committerSamuel Johnson <[email protected]>2026-01-10 10:52:40 -0500
commite6352e30b4294abe10d50be66458fe868c30128c (patch)
treec4a131b02ba151d900bd0e84680c17c5d2c1cd67
parente62f0527b4430c63ea74efa55f08c12d92b9da90 (diff)
Remove default help
-rw-r--r--src/main.py1
1 files changed, 1 insertions, 0 deletions
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):