Bot for Discord that fetches data from Last.fm.
-
You must have Node.js installed.
-
You need a Last.fm API key, create one here.
-
You also need a Discord bot, create one here.
-
Configure an
.envfile using the provided.env.exampleas reference:TOKENwill be your bot's token andLASTFM_API_KEYwill be your Last.fm API key.CLIENT_IDwill be your bot's client ID andGUILD_IDwill be your server's guild ID.
Returns the last song scrobbled by user (a Last.fm account).
Returns the top 5 albums scrobbled by user (a Last.fm account) over a given period.
Returns the top 5 artists scrobbled by user (a Last.fm account) over a given period.
Returns the top 5 tracks scrobbled by user (a Last.fm account) over a given period.

