From 94f43336f79de9fd7f049f664c19930238e7e1d7 Mon Sep 17 00:00:00 2001 From: yuki Date: Wed, 8 Oct 2025 00:36:29 -0300 Subject: [PATCH] add set as an alias --- commands/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/config.py b/commands/config.py index ea4bd18..d27687c 100644 --- a/commands/config.py +++ b/commands/config.py @@ -4,7 +4,7 @@ import bot import utils as u def setup(bot: bot.Bot): - @bot.command(name="setfm", aliases=["setuser", "setlastfm"]) + @bot.command(name="setfm", aliases=["set", "setuser", "setlastfm"]) @bot.slash_command(name="setfm", description="Sets your Last.fm username.") async def setfm(ctx: nerimity.Context, username: str = None): if not username: