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