fix collage

This commit is contained in:
yuki 2025-10-08 08:14:04 -03:00
parent 10bf90f1be
commit 71958377a5

View file

@ -11,7 +11,7 @@ import utils as u
def setup(bot: bot.Bot):
@bot.command(name="chart", aliases=["c", "chartalbum", "albumchart", "collage"])
@bot.slash_command(name="chartalbum", description="Generate an album collage.")
async def chart_album(ctx: nerimity.Context, size: str = "3x3", timeframe: str = "7day", username: str = None):
async def chartalbum(ctx: nerimity.Context, size: str = "3x3", timeframe: str = "7day", username: str = None):
temp_msg = None
if 'x' not in size: