summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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):