diff --git a/commands/collage.py b/commands/collage.py index 239f9c6..018adbc 100644 --- a/commands/collage.py +++ b/commands/collage.py @@ -104,8 +104,8 @@ def setup(bot: bot.Bot): username = username ) - @bot.command(name="artistchart", aliases=["ac", "ca", "chartarist", "artistcollage"]) - @bot.slash_command(name="chartarist", description="Generate an artist collage.") + @bot.command(name="artistchart", aliases=["ac", "ca", "chartartist", "artistcollage"]) + @bot.slash_command(name="chartartist", description="Generate an artist collage.") async def chartartist(ctx: nerimity.Context, size: str = "3x3", timeframe: str = "7day", username: str = None): await create_chart( ctx = ctx,