diff --git a/robottas.py b/robottas.py index 230270d..a4b17c0 100755 --- a/robottas.py +++ b/robottas.py @@ -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")