feat: Rename command to 'tetoimage' and add description for clarity

This commit is contained in:
Slipstream 2025-05-19 18:39:28 -06:00
parent 8232540c48
commit 66547d94aa
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -8,7 +8,7 @@ class TetoImageCog(commands.Cog):
self.teto_url = "https://slipstreamm.dev/teto"
self.footer_url = "https://slipstreamm.dev/teto-web"
@commands.hybrid_command(name='teto')
@commands.hybrid_command(name='tetoimage', description='Get a random image of Kasane Teto.')
async def get_teto_image(self, ctx):
"""Gets a random image of Kasane Teto."""
async with ctx.typing():