Skip to content

Commit

Permalink
Update discordbot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Fukuda-B committed Aug 27, 2021
1 parent 8411fa7 commit 20f6137
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions discordbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,11 @@ async def b_pet(self, ctx):
"""Pet the B GIF"""
await Image.get_pic(self, ctx, 'https://cdn.discordapp.com/attachments/705099416083890281/880373964088692736/Pet_the_B.gif', 'Pet_the_B.gif')

@img.command(description='thx')
async def thx(self, ctx):
"""thx GIF"""
await Image.get_pic(self, ctx, 'https://cdn.discordapp.com/attachments/880371118148558848/880701571917307914/meidora2.gif', 'thx.gif')

@commands.command(description='send photo')
async def b_img(self, ctx, url: str, file_name: str):
"""b_img url file_name"""
Expand Down

0 comments on commit 20f6137

Please sign in to comment.