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