From 9578221ba3116c9a3e11e1f4989d11db1d891beb Mon Sep 17 00:00:00 2001 From: phxntxm Date: Thu, 22 Dec 2016 00:58:53 -0600 Subject: [PATCH] Removed a change that Pycharm automatically made --- cogs/mod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/mod.py b/cogs/mod.py index 93054d8..e05b9c1 100644 --- a/cogs/mod.py +++ b/cogs/mod.py @@ -191,7 +191,7 @@ class Mod: @commands.command(pass_context=True) @checks.custom_perms(kick_members=True) - async def say(self, ctx: object, *, msg: object) -> object: + async def say(self, ctx, *, msg: str): """Tells the bot to repeat what you say EXAMPLE: !say I really like orange juice