diff options
author | 2023-09-06 06:29:33 +0100 | |
---|---|---|
committer | 2023-09-05 22:29:33 -0700 | |
commit | 58c76aa0e2e9d44cdb4c60c2c5b32209a55a5357 (patch) | |
tree | 1a5255b5c5b66952c6e8f1251898b037682d1b64 /bot | |
parent | Bump actions/checkout from 3 to 4 (#1358) (diff) |
Add ducky as an alias to quack command (#1359)
Diffstat (limited to 'bot')
-rw-r--r-- | bot/exts/fun/quack.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/fun/quack.py b/bot/exts/fun/quack.py index 9bb024fc..492e0c0f 100644 --- a/bot/exts/fun/quack.py +++ b/bot/exts/fun/quack.py @@ -19,7 +19,7 @@ class Quackstack(commands.Cog): def __init__(self, bot: Bot): self.bot = bot - @commands.command() + @commands.command(aliases=("ducky",)) async def quack( self, ctx: commands.Context, |