This commit is contained in:
2024-08-15 16:54:08 +02:00
parent 63fb7a3b8a
commit ce9beb5ecf
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ class Transcriber(commands.Cog):
if channel is not None:
await channel.send(f'Witaj u Nas {member.mention}.')
@commands.hybrid_command()
@commands.hybrid_command(name="witaj")
async def witaj(self, ctx, *, member: discord.Member = None):
"""Says hello"""
member = member or ctx.author