Update lastfm.js

This commit is contained in:
Lucas Gabriel 2024-09-07 21:36:26 -03:00 committed by GitHub
parent 85dd138d2b
commit e23d6b58a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@ module.exports = (bot) => {
limit: 1 limit: 1
}, },
headers: { headers: {
'User-Agent': "lastfm-node" 'User-Agent': "lynx-@LynxBR_bot-node-telegram-bot"
} }
}); });