diff --git a/cogs/mod.py b/cogs/mod.py index 23a96da..ddc7da4 100644 --- a/cogs/mod.py +++ b/cogs/mod.py @@ -65,7 +65,7 @@ class Mod: @commands.has_permissions(manage_server=True) async def perms(self, ctx, command: str): if command not in self.bot.commands: - await bot.say("{} does not appear to be a valid command!") + await self.bot.say("{} does not appear to be a valid command!") return cursor = config.getCursor()