mirror of
https://git.sdf.org/tamservo/robottas.git
synced 2025-11-17 11:33:39 -05:00
added penalty command
This commit is contained in:
@@ -952,6 +952,11 @@ class Robottas(commands.Bot):
|
|||||||
await self.send_image(ctx, "images/forecast.png")
|
await self.send_image(ctx, "images/forecast.png")
|
||||||
|
|
||||||
|
|
||||||
|
@self.command()
|
||||||
|
async def penalty(ctx):
|
||||||
|
await self.send_image(ctx, "images/penalty.png")
|
||||||
|
|
||||||
|
|
||||||
@self.command()
|
@self.command()
|
||||||
async def undercut(ctx):
|
async def undercut(ctx):
|
||||||
await self.send_image(ctx, "images/undercut.png")
|
await self.send_image(ctx, "images/undercut.png")
|
||||||
|
|||||||
Reference in New Issue
Block a user