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: