1
0
Fork 0
mirror of synced 2024-05-19 20:12:30 +12:00

Fixed syntax error

This commit is contained in:
Phxntxm 2016-07-15 08:58:07 -05:00
parent 65f1219fdb
commit 5a8d7de62d

View file

@ -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()