diff --git a/cogs/owner.py b/cogs/owner.py index 63320d0..4ba96c7 100644 --- a/cogs/owner.py +++ b/cogs/owner.py @@ -142,7 +142,7 @@ class Owner: @commands.command() @commands.check(utils.is_owner) - async def sendtochannel(self, ctx, cid: int, message): + async def sendtochannel(self, ctx, cid: int, *, message): """Sends a message to a provided channel, by ID""" channel = self.bot.get_channel(cid) await channel.send(message)