Remove unnecessary spacing

This commit is contained in:
James
2018-10-27 11:24:02 +13:00
committed by GitHub
parent 5c7fd7f9c8
commit d90f3481ba

View File

@@ -124,8 +124,6 @@ class Chatchart(BaseCog):
await em.delete()
return await ctx.message.channel.send(f'Only bots have sent messages in {channel.mention}')
for usr in msg_data["users"]:
pd = float(msg_data["users"][usr]["msgcount"]) / float(msg_data["total count"])
msg_data["users"][usr]["percent"] = round(pd * 100, 1)