Added steer command.

This commit is contained in:
tamservo@mx.sdf.org
2024-09-27 16:03:00 -04:00
parent c85d850218
commit 09bdd939f2

View File

@@ -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")