Fixed typo in command name.
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user