diff --git a/commands/collage.py b/commands/collage.py index 0969bd7..a911d95 100644 --- a/commands/collage.py +++ b/commands/collage.py @@ -15,7 +15,7 @@ def setup(bot: bot.Bot): temp_msg = None if 'x' not in size: - await ctx.send(u.error_msg("Please provide a valid size.\nie `/chart album 5x5`")) + await ctx.send(u.error_msg("Please provide a valid size.\nie `/chartalbum 5x5`")) return if int(size.split('x')[0]) > 5 or int(size.split('x')[1]) > 5: