mirror of
https://git.sdf.org/tamservo/robottas.git
synced 2025-11-08 07:03:47 -05:00
moved \!in to \!inin
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user