Skip to content

Commit

Permalink
feat: add log for scrobble queueing
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilhermeasper committed Aug 30, 2023
1 parent be7f773 commit afd2c1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/events/messageCreate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ export const messageCreate: BotEvent = {

const { id, trackDurationInMillis } = response.data;

console.log(`Added ${playbackData.title} to scrobble queue`);

const fourMinutesInMillis = 240000;

const timeUntilScrobbling = Math.min(
Expand Down

0 comments on commit afd2c1f

Please sign in to comment.