From 530f344a38061724e7fd40b9cb4992a847dcc857 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Sat, 16 Jul 2016 09:46:02 -0500 Subject: [PATCH] Fixed syntax error --- cogs/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/core.py b/cogs/core.py index 2e8c911..5bcef2a 100644 --- a/cogs/core.py +++ b/cogs/core.py @@ -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')