Skip to content

Commit

Permalink
Merge pull request #547 from AikooNee/main
Browse files Browse the repository at this point in the history
Fixed default embed color problem after button interaction
  • Loading branch information
LucasB25 authored Apr 30, 2024
2 parents 1dbefd2 + 27e64bd commit 841eacb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/events/client/SetupButtons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export default class SetupButtons extends Event {
const embed = this.client
.embed()
.setAuthor({ name: `Now Playing`, iconURL: iconUrl })
.setColor(this.client.color.main)
.setDescription(
`[${title}](${uri}) - ${player.current.info.isStream ? 'LIVE' : this.client.utils.formatTime(length)
} - Requested by ${player.current.info.requester}`
Expand Down

0 comments on commit 841eacb

Please sign in to comment.