diff --git a/chatchart/chatchart.py b/chatchart/chatchart.py index 5a2ea1c..01f0392 100644 --- a/chatchart/chatchart.py +++ b/chatchart/chatchart.py @@ -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)