Skip to content

Commit

Permalink
Fixed default embed color problem after button interaction
Browse files Browse the repository at this point in the history
Signed-off-by: AikooNee <[email protected]>
  • Loading branch information
aikoonee authored Apr 29, 2024
1 parent 1dbefd2 commit 27e64bd
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 27e64bd

Please sign in to comment.