1
0
Fork 0
mirror of synced 2024-06-26 18:21:15 +12:00

Corrected syntax error

This commit is contained in:
Phxntxm 2016-10-30 17:09:32 -05:00
parent 3967f3eb7d
commit 6ac47c3602

View file

@ -58,7 +58,7 @@ class Stats:
data = [("Command Name", cmd.qualified_name),
("Total Usage", total_usage),
("Your Usage", member_usage),
("This Server's Usage", server_usage)}
("This Server's Usage", server_usage)]
banner = await images.create_banner(ctx.message.author, "Command Stats", data)
await self.bot.upload(banner)
except (FileNotFoundError, discord.Forbidden):