Skip to content

Commit

Permalink
fix(MessageEmbed): fix a typo (#7906)
Browse files Browse the repository at this point in the history
  • Loading branch information
Syjalo committed May 12, 2022
1 parent 43a7870 commit ea28638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/MessageEmbed.js
Expand Up @@ -209,7 +209,7 @@ class MessageEmbed {
this.provider = data.provider
? {
name: data.provider.name,
url: data.provider.name,
url: data.provider.url,
}
: null;

Expand Down

0 comments on commit ea28638

Please sign in to comment.