diff --git a/chatchart/chatchart.py b/chatchart/chatchart.py index 9cde8c4..d484c23 100644 --- a/chatchart/chatchart.py +++ b/chatchart/chatchart.py @@ -125,7 +125,7 @@ class Chatchart(commands.Cog): await asyncio.sleep(0.005) if history_counter % 250 == 0: new_embed = discord.Embed( - description=f"This might take a while...\n{history_counter} messages gathered", + description=f"This might take a while...\n{history_counter}/{messages} messages gathered", colour=await self.bot.get_embed_colour(location=channel), ) await em.edit(embed=new_embed)