diff --git a/robottas.py b/robottas.py index d86a34c..1eaf484 100755 --- a/robottas.py +++ b/robottas.py @@ -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")