1
0
Fork 0
mirror of synced 2024-06-26 10:10:44 +12:00

Corrected syntax error

This commit is contained in:
Phxntxm 2016-10-30 17:09:00 -05:00
parent 79e9e66d95
commit 3967f3eb7d

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):