Merge pull request #241 from OpzekerIT/dev

dtch help
This commit is contained in:
Lanta 2025-10-02 13:21:48 +02:00 committed by GitHub
commit a59812f4ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -270,10 +270,10 @@ async def iamgamer(ctx):
await ctx.send(f"{ctx.author.mention}, je bent nu een **Tourist**! Veel plezier! 🎮") await ctx.send(f"{ctx.author.mention}, je bent nu een **Tourist**! Veel plezier! 🎮")
except Exception as e: except Exception as e:
await ctx.send(f"Er is iets misgegaan bij het toekennen van de rol: {e}") await ctx.send(f"Er is iets misgegaan bij het toekennen van de rol: {e}")
@bot.command(name="help", aliases=["commands"]) @bot.command(name="dtch_help", aliases=["commands"])
async def help_command(ctx): async def dtch_help_command(ctx):
embed = discord.Embed( embed = discord.Embed(
title="📖 Bot Command Help", title="📖 DTCH Bot Command Help",
description="Heres a list of all available commands and how to use them:", description="Heres a list of all available commands and how to use them:",
color=discord.Color.blue() color=discord.Color.blue()
) )