better shortened lyrics for non-botspam chans

This commit is contained in:
2025-03-25 06:25:04 -04:00
parent 6018de870d
commit 436755f884
2 changed files with 13 additions and 4 deletions

View File

@ -196,6 +196,11 @@ class Meme(commands.Cog):
except:
pass
await db_conn.commit()
try:
await self.update_meme_lb()
except Exception as e:
logging.info("Failed to update meme leaderboard following increment: %s",
str(e))
async def init_meme_leaderboard(self) -> None: