Skip to content

Commit

Permalink
Update play.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyphen1223 authored May 14, 2024
1 parent 8d929be commit dd64228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions commands/music/play.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ module.exports = {
.setColor(config.config.color.info)
.setAuthor({
name: ` | 🔍 Added ${result.data.info.name} to the queue.`,
iconURL: interaction.user.avatarURL({}),
iconURL: interaction.user.avatarURL(),
});

await interaction.editReply({ embeds: [resultEmbed] });
Expand Down Expand Up @@ -164,7 +164,7 @@ module.exports = {
.setColor(config.config?.color?.info || '#000000')
.setAuthor({
name: ` | 🔍 Added ${res.info.title} to the queue.`,
iconURL: interaction.user.avatarURL({}),
iconURL: interaction.user.avatarURL(),
});

await interaction.editReply({ embeds: [resultEmbed] });
Expand Down

0 comments on commit dd64228

Please sign in to comment.