Rename typing command from 'typing_test' to 'typing' for clarity

This commit is contained in:
Slipstream 2025-06-11 16:16:28 -06:00
parent 9dd9cc7e2b
commit b97d52a365
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -64,7 +64,7 @@ class TypingCog(commands.Cog):
def __init__(self, bot_client): def __init__(self, bot_client):
super().__init__(bot_client) super().__init__(bot_client)
@commands.command(name="typing_test") @commands.command(name="typing")
async def typing_test_command(self, ctx: commands.CommandContext): async def typing_test_command(self, ctx: commands.CommandContext):
"""Shows a typing indicator for 5 seconds.""" """Shows a typing indicator for 5 seconds."""
await ctx.reply("Okay, I will pretend to be typing for 5 seconds.") await ctx.reply("Okay, I will pretend to be typing for 5 seconds.")