added penalty command

This commit is contained in:
tamservo 2023-10-21 14:23:02 -04:00
parent ebfc44fa2d
commit 756c38b0cb
1 changed files with 5 additions and 0 deletions

View File

@ -952,6 +952,11 @@ class Robottas(commands.Bot):
await self.send_image(ctx, "images/forecast.png")
@self.command()
async def penalty(ctx):
await self.send_image(ctx, "images/penalty.png")
@self.command()
async def undercut(ctx):
await self.send_image(ctx, "images/undercut.png")