From 58c76aa0e2e9d44cdb4c60c2c5b32209a55a5357 Mon Sep 17 00:00:00 2001 From: ChrisJL Date: Wed, 6 Sep 2023 06:29:33 +0100 Subject: Add ducky as an alias to quack command (#1359) --- bot/exts/fun/quack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/exts/fun/quack.py') 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, -- cgit v1.2.3