mirror of
https://git.sdf.org/tamservo/robottas.git
synced 2025-11-13 01:23:51 -05:00
added wall cmd.
This commit is contained in:
@@ -1281,6 +1281,11 @@ class Robottas(commands.Bot):
|
|||||||
await self.send_image(ctx, "images/bwoken.png")
|
await self.send_image(ctx, "images/bwoken.png")
|
||||||
await self.send_audio(ctx, "bwoken.mp3", "audio/bwoken.mp3")
|
await self.send_audio(ctx, "bwoken.mp3", "audio/bwoken.mp3")
|
||||||
|
|
||||||
|
|
||||||
|
@self.command()
|
||||||
|
async def wall(ctx):
|
||||||
|
await self.send_image(ctx, "images/wall.mp4")
|
||||||
|
|
||||||
## Calendar Commands
|
## Calendar Commands
|
||||||
|
|
||||||
# Give days, hours, minutes until the next event
|
# Give days, hours, minutes until the next event
|
||||||
|
|||||||
Reference in New Issue
Block a user