moved \!in to \!inin

This commit is contained in:
tamservo@mx.sdf.org
2024-08-13 13:32:33 -04:00
parent b5c4c988f0
commit 2f9b0af5d8

View File

@@ -1034,7 +1034,7 @@ class Robottas(commands.Bot):
" !grandma\n" + " !grandma\n" +
" !grass\n" + " !grass\n" +
" !hard\n" + " !hard\n" +
" !in - in in in in in\n" + " !inin - in in in in in\n" +
" !liked\n" + " !liked\n" +
" !no\n" + " !no\n" +
" !noengine\n" + " !noengine\n" +
@@ -1284,7 +1284,7 @@ class Robottas(commands.Bot):
await self.send_image(ctx, "images/hard.gif") await self.send_image(ctx, "images/hard.gif")
@self.command() @self.command()
async def in(ctx): async def inin(ctx):
await self.send_image(ctx, "images/in.png") await self.send_image(ctx, "images/in.png")
@self.command() @self.command()