Fixed typo in command name.

This commit is contained in:
2026-06-03 11:00:42 +02:00
parent efc9145f80
commit 49e090b3c9

View File

@@ -50,7 +50,7 @@ class SlashCommands(commands.Cog):
print("a") print("a")
@app_commands.command( @app_commands.command(
name="domt5-pingme", name="dom5-pingme",
description="Signs you up to be pinged for a game. Run the command again to not get pinged anymore.", description="Signs you up to be pinged for a game. Run the command again to not get pinged anymore.",
) )
async def pingme(self, interaction: discord.Interaction, name: str): async def pingme(self, interaction: discord.Interaction, name: str):