better shortened lyrics for non-botspam chans
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user