order #1

Merged
xyvs merged 5 commits from order into master 2024-11-03 10:46:19 -08:00
Showing only changes of commit 7b546b969a - Show all commits

View File

@@ -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("-", "--")