1
0
Fork 0
mirror of synced 2024-06-26 18:21:15 +12:00

Fixed syntax error

This commit is contained in:
Phxntxm 2016-07-16 09:46:02 -05:00
parent 9df0e06d42
commit 530f344a38

View file

@ -34,7 +34,7 @@ class Core:
await self.bot.say("Use this URL to add me to a server that you'd like!\n{}"
.format(discord.utils.oauth_url('183748889814237186', perms)))
@commands.command(pass_context=True)
async def doggo(self, ctx)
async def doggo(self, ctx):
"""Use this to print a random doggo image.
Doggo is love, doggo is life."""
os.chdir('/home/phxntx5/public_html/Bonfire/images')