Skip to content

Commit

Permalink
Replaces RichEmbed with MessageEmbed
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h-i authored Jul 23, 2021
1 parent 31c0288 commit 0328698
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
Expand Up @@ -45,7 +45,7 @@ function createEmbed(
let latest = commits[0];
const count = size == 1 ? "Commit" : " Commits";

let embed = new discord.RichEmbed()
let embed = new discord.MessageEmbed()
.setColor('7dbbe6')
.setTitle(
`⚡ ${size} ${count} - \`${repo}\` on 🌳 \`${branch}\``
Expand Down

0 comments on commit 0328698

Please sign in to comment.