diff --git a/commands/lastfm.js b/commands/lastfm.js index b51e166..f670992 100644 --- a/commands/lastfm.js +++ b/commands/lastfm.js @@ -25,6 +25,9 @@ module.exports = (bot) => { api_key: Config.lastKey, format: 'json', limit: 1 + }, + headers: { + 'User-Agent': "lastfm-node" } });