mirror of
https://git.sdf.org/tamservo/robottas.git
synced 2025-11-08 15:13:47 -05:00
Added encouragement, slight commands.
This commit is contained in:
10
robottas.py
10
robottas.py
@@ -1032,6 +1032,7 @@ class Robottas(commands.Bot):
|
|||||||
" !calm - keep calm but come on.\n" +
|
" !calm - keep calm but come on.\n" +
|
||||||
" !censored\n" +
|
" !censored\n" +
|
||||||
" !ciao\n" +
|
" !ciao\n" +
|
||||||
|
" !encouragement\n" +
|
||||||
" !forecast - what happened to that podium...\n" +
|
" !forecast - what happened to that podium...\n" +
|
||||||
" !grandma\n" +
|
" !grandma\n" +
|
||||||
" !grass\n" +
|
" !grass\n" +
|
||||||
@@ -1045,6 +1046,7 @@ class Robottas(commands.Bot):
|
|||||||
" !penalty\n" +
|
" !penalty\n" +
|
||||||
" !ricky\n" +
|
" !ricky\n" +
|
||||||
" !rude - Charles thinks it's rude.\n" +
|
" !rude - Charles thinks it's rude.\n" +
|
||||||
|
" !slight - Charles did a slight touch.\n" +
|
||||||
" !stupid\n" +
|
" !stupid\n" +
|
||||||
" !steer\n" +
|
" !steer\n" +
|
||||||
" !undercut\n" +
|
" !undercut\n" +
|
||||||
@@ -1270,6 +1272,10 @@ class Robottas(commands.Bot):
|
|||||||
async def ciao(ctx):
|
async def ciao(ctx):
|
||||||
await self.send_image(ctx, "images/ciao.png")
|
await self.send_image(ctx, "images/ciao.png")
|
||||||
|
|
||||||
|
@self.command()
|
||||||
|
async def encouragement(ctx):
|
||||||
|
await self.send_image(ctx, "images/encouragement.png")
|
||||||
|
|
||||||
@self.command()
|
@self.command()
|
||||||
async def grandma(ctx):
|
async def grandma(ctx):
|
||||||
await self.send_image(ctx, "images/grandma.png")
|
await self.send_image(ctx, "images/grandma.png")
|
||||||
@@ -1323,6 +1329,10 @@ class Robottas(commands.Bot):
|
|||||||
async def rude(ctx):
|
async def rude(ctx):
|
||||||
await self.send_image(ctx, "images/rude.mp4")
|
await self.send_image(ctx, "images/rude.mp4")
|
||||||
|
|
||||||
|
@self.command()
|
||||||
|
async def slight(ctx):
|
||||||
|
await self.send_image(ctx, "images/slight.png")
|
||||||
|
|
||||||
@self.command()
|
@self.command()
|
||||||
async def stupid(ctx):
|
async def stupid(ctx):
|
||||||
await self.send_image(ctx, "images/stupid.png")
|
await self.send_image(ctx, "images/stupid.png")
|
||||||
|
|||||||
Reference in New Issue
Block a user