From 2f9b0af5d8d38dd1dd1ab6401db7f85a05be0bf6 Mon Sep 17 00:00:00 2001 From: "tamservo@mx.sdf.org" Date: Tue, 13 Aug 2024 13:32:33 -0400 Subject: [PATCH] moved \!in to \!inin --- robottas.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/robottas.py b/robottas.py index b47e87d..589f6dd 100755 --- a/robottas.py +++ b/robottas.py @@ -1034,7 +1034,7 @@ class Robottas(commands.Bot): " !grandma\n" + " !grass\n" + " !hard\n" + - " !in - in in in in in\n" + + " !inin - in in in in in\n" + " !liked\n" + " !no\n" + " !noengine\n" + @@ -1284,7 +1284,7 @@ class Robottas(commands.Bot): await self.send_image(ctx, "images/hard.gif") @self.command() - async def in(ctx): + async def inin(ctx): await self.send_image(ctx, "images/in.png") @self.command()