added penalty command
This commit is contained in:
parent
ebfc44fa2d
commit
756c38b0cb
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user