Skip to content

Commit

Permalink
[Fix] updated invite message logo
Browse files Browse the repository at this point in the history
  • Loading branch information
naseif committed Oct 9, 2021
1 parent 36eca11 commit 6237c19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions commands/Misc/invite.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ module.exports = {
const embed = new MessageEmbed()
.setAuthor(
"Eyesense",
"https://cdn.discordapp.com/attachments/547844388492148737/893093188926079036/c8e3bbbc07dc4680bea5b355f2c708c7.png"
"https://cdn.discordapp.com/attachments/506267292993191947/896386593181560873/eyesense.png"
)
.setThumbnail(
"https://cdn.discordapp.com/attachments/547844388492148737/893093188926079036/c8e3bbbc07dc4680bea5b355f2c708c7.png"
"https://cdn.discordapp.com/attachments/506267292993191947/896386593181560873/eyesense.png"
)
.setColor("#9dcc37")
.addField(
Expand Down Expand Up @@ -66,10 +66,10 @@ module.exports = {
const embed = new MessageEmbed()
.setAuthor(
"Eyesense",
"https://cdn.discordapp.com/attachments/547844388492148737/893093188926079036/c8e3bbbc07dc4680bea5b355f2c708c7.png"
"https://cdn.discordapp.com/attachments/506267292993191947/896386593181560873/eyesense.png"
)
.setThumbnail(
"https://cdn.discordapp.com/attachments/547844388492148737/893093188926079036/c8e3bbbc07dc4680bea5b355f2c708c7.png"
"https://cdn.discordapp.com/attachments/506267292993191947/896386593181560873/eyesense.png"
)
.setColor("#9dcc37")
.addField(
Expand Down

0 comments on commit 6237c19

Please sign in to comment.