diff --git a/commands/collage.py b/commands/collage.py index fb3ab15..4a1d320 100644 --- a/commands/collage.py +++ b/commands/collage.py @@ -46,7 +46,7 @@ def setup(bot: bot.Bot): return match timeframe: - case "a" | "all" | "alltime" | "o" | "overall": timeframe = "overall" + case "a" | "all" | "alltime" | "o": timeframe = "overall" case "y" | "year" | "yearly": timeframe = "12month" case "m" | "month" | "monthly": timeframe = "1month" case "w" | "week" | "weekly": timeframe = "7day"