Rename typing command from 'typing_test' to 'typing' for clarity
This commit is contained in:
parent
9dd9cc7e2b
commit
b97d52a365
@ -64,7 +64,7 @@ class TypingCog(commands.Cog):
|
||||
def __init__(self, bot_client):
|
||||
super().__init__(bot_client)
|
||||
|
||||
@commands.command(name="typing_test")
|
||||
@commands.command(name="typing")
|
||||
async def typing_test_command(self, ctx: commands.CommandContext):
|
||||
"""Shows a typing indicator for 5 seconds."""
|
||||
await ctx.reply("Okay, I will pretend to be typing for 5 seconds.")
|
||||
|
Loading…
x
Reference in New Issue
Block a user