Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
forgot to uncomment lastfm
Browse files Browse the repository at this point in the history
  • Loading branch information
banner4422 committed Aug 9, 2021
1 parent 64148b3 commit e76f9bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/features/lastfm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const lastfmAPI = axios.create({
baseURL: "https://ws.audioscrobbler.com/2.0",
params: { api_key: api_key, format: 'json' }
});
/*

let spotifyCred = new SpotifyWebApi({
clientId: process.env.spotifyClientID,
clientSecret: process.env.spotifyClientSecret,
Expand All @@ -43,7 +43,7 @@ async function newToken () {
newToken()

setInterval(newToken, 3600000)
*/

export const command: Command = {
name: 'lastfm',
aliases: ['fm', 'lf'],
Expand Down

0 comments on commit e76f9bf

Please sign in to comment.