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