reundant match case
This commit is contained in:
parent
71958377a5
commit
ab2b21213f
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue