Fixed Lastfm status

This commit is contained in:
Lucas Gabriel 2024-09-08 10:18:42 -03:00
parent 6b94624d5a
commit 112cf3e960
No known key found for this signature in database
GPG Key ID: D9B075FC6DC93985

View File

@ -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];