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:28 -05:00
parent 5a8d7de62d
commit fea852ba4e

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 self.bot.say("{} does not appear to be a valid command!")
await self.bot.say("{} does not appear to be a valid command!".format(command))
return
cursor = config.getCursor()