diff options
| author | 2021-05-15 12:53:00 -0400 | |
|---|---|---|
| committer | 2021-05-15 12:53:00 -0400 | |
| commit | 55d472a97efea392b4eb2b198ffa6f5f5026072d (patch) | |
| tree | d906bac511932bc33adba099efbcf9904c46dac3 /bot/exts/pride/pride_facts.py | |
| parent | chore: Update myvalenstate.py (diff) | |
chore: Make all aliases in commands tuples
Diffstat (limited to 'bot/exts/pride/pride_facts.py')
| -rw-r--r-- | bot/exts/pride/pride_facts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/pride/pride_facts.py b/bot/exts/pride/pride_facts.py index 47e69a03..5bea1d32 100644 --- a/bot/exts/pride/pride_facts.py +++ b/bot/exts/pride/pride_facts.py @@ -72,7 +72,7 @@ class PrideFacts(commands.Cog): else: await target.send("The fact for the selected day is not yet available.") - @commands.command(name="pridefact", aliases=["pridefacts"]) + @commands.command(name="pridefact", aliases=("pridefacts",)) async def pridefact(self, ctx: commands.Context, option: str = None) -> None: """ Sends a message with a pride fact of the day. |