From 4d02286ce2bd730b6dd2a972af95a6a6a3cb0c74 Mon Sep 17 00:00:00 2001 From: Lanta Date: Thu, 2 Oct 2025 13:21:24 +0200 Subject: [PATCH] dtch help --- discord/teammakerv2.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/discord/teammakerv2.py b/discord/teammakerv2.py index 645e8aa..acc3856 100644 --- a/discord/teammakerv2.py +++ b/discord/teammakerv2.py @@ -270,10 +270,10 @@ async def iamgamer(ctx): await ctx.send(f"โœ… {ctx.author.mention}, je bent nu een **Tourist**! Veel plezier! ๐ŸŽฎ") except Exception as e: await ctx.send(f"Er is iets misgegaan bij het toekennen van de rol: {e}") -@bot.command(name="help", aliases=["commands"]) -async def help_command(ctx): +@bot.command(name="dtch_help", aliases=["commands"]) +async def dtch_help_command(ctx): embed = discord.Embed( - title="๐Ÿ“– Bot Command Help", + title="๐Ÿ“– DTCH Bot Command Help", description="Hereโ€™s a list of all available commands and how to use them:", color=discord.Color.blue() )