diff --git a/sources/main.py b/sources/main.py index 94dfa78..be84bda 100644 --- a/sources/main.py +++ b/sources/main.py @@ -170,7 +170,7 @@ async def get_stats() -> str: if EM.SHOW_FOLLOWERS: DBM.i("Adding profile followers...") - stats = f"**🐱 {FM.t('Awesome People!')}** \n\n" + stats += f"**🐱 {FM.t('Awesome People!')}** \n\n" data = GHM.USER.get_followers() for user in data: username = user.login.replace("-", "--") diff --git a/sources/translation.json b/sources/translation.json index f7e7c8b..321cfd1 100644 --- a/sources/translation.json +++ b/sources/translation.json @@ -73,7 +73,7 @@ "I am an Early": "I'm an Early 🐤", "I am a Night": "I'm a Night 🦉", "Awesome People!": "Awesome People!", - "Stats!": "Stats" + "Stats": "Stats" }, "bn": { "Monday": "সোমবার",