From 112cf3e960c25dfe9952367f5febf7669dbf2de5 Mon Sep 17 00:00:00 2001 From: lucmsilva651 Date: Sun, 8 Sep 2024 10:18:42 -0300 Subject: [PATCH] Fixed Lastfm status --- commands/lastfm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/lastfm.js b/commands/lastfm.js index bd1b2a1..a4820b0 100644 --- a/commands/lastfm.js +++ b/commands/lastfm.js @@ -8,7 +8,7 @@ const scrobbler_url = 'http://ws.audioscrobbler.com/2.0/'; const api_key = Config.lastKey; module.exports = (bot) => { - bot.command(['lt', 'lmu', 'last' 'lfm'], spamwatchMiddleware, async (ctx) => { + bot.command(['lt', 'lmu', 'last', 'lfm'], spamwatchMiddleware, async (ctx) => { const Strings = getStrings(ctx.from.language_code); const userInput = ctx.message.text.split(" "); const lastfmUser = userInput[1];