From 7b546b969a70c9b47a541e00840986ec6b7795c3 Mon Sep 17 00:00:00 2001 From: Fran Date: Sun, 3 Nov 2024 13:04:02 -0500 Subject: [PATCH] fix: Emoji for people --- sources/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/main.py b/sources/main.py index be84bda..ee07f43 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("-", "--")