Skip to content

Commit

Permalink
fix(discord): author iconURL
Browse files Browse the repository at this point in the history
ChatDisabled committed Dec 6, 2023

Unverified

No user is associated with the committer email.
1 parent 128271c commit d1be5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/discord.js
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ function createEmbed(url, commits, size, pusher) {
name: `⚡ ${pusher} pushed ${size} commit${
size === 1 ? '' : 's'
}`,
iconURL: `https://github.com/${latest.author.username}.png?size=32`,
iconURL: `https://github.com/${pusher}.png?size=64`,
url: url,
})
.setDescription(`${getChangeLog(commits, size)}`)

0 comments on commit d1be5b1

Please sign in to comment.