mirror of
https://git.sdf.org/tamservo/robottas.git
synced 2025-11-13 09:33:46 -05:00
Added steer command.
This commit is contained in:
@@ -1046,6 +1046,7 @@ class Robottas(commands.Bot):
|
|||||||
" !ricky\n" +
|
" !ricky\n" +
|
||||||
" !rude - Charles thinks it's rude.\n" +
|
" !rude - Charles thinks it's rude.\n" +
|
||||||
" !stupid\n" +
|
" !stupid\n" +
|
||||||
|
" !steer\n" +
|
||||||
" !undercut\n" +
|
" !undercut\n" +
|
||||||
" !wall - Lance is in the wall")
|
" !wall - Lance is in the wall")
|
||||||
|
|
||||||
@@ -1326,6 +1327,10 @@ class Robottas(commands.Bot):
|
|||||||
async def stupid(ctx):
|
async def stupid(ctx):
|
||||||
await self.send_image(ctx, "images/stupid.png")
|
await self.send_image(ctx, "images/stupid.png")
|
||||||
|
|
||||||
|
@self.command()
|
||||||
|
async def steer(ctx):
|
||||||
|
await self.send_image(ctx, "images/steer.png")
|
||||||
|
|
||||||
@self.command()
|
@self.command()
|
||||||
async def undercut(ctx):
|
async def undercut(ctx):
|
||||||
await self.send_image(ctx, "images/undercut.png")
|
await self.send_image(ctx, "images/undercut.png")
|
||||||
|
|||||||
Reference in New Issue
Block a user