From 49e090b3c9853ab8fb8c9dfbe370ede4e056f35d Mon Sep 17 00:00:00 2001 From: Carl Date: Wed, 3 Jun 2026 11:00:42 +0200 Subject: [PATCH] Fixed typo in command name. --- cogs/slash_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/slash_commands.py b/cogs/slash_commands.py index ff842fc..c0c7cad 100644 --- a/cogs/slash_commands.py +++ b/cogs/slash_commands.py @@ -50,7 +50,7 @@ class SlashCommands(commands.Cog): print("a") @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.", ) async def pingme(self, interaction: discord.Interaction, name: str):