Skip to content
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.

Commit

Permalink
Make the size 100 by 100
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Ray committed Oct 18, 2018
1 parent ba9bd04 commit fd86e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/color.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exports.run = async (client, message, args) => {
.setColor(colorCode)
.setTitle('COLOR')
.addField('Hex Code', `#${colorCode.toUpperCase()}`, true)
.setImage(`https://dummyimage.com/600x400/${colorCode}/ffffff&text=Moonglow`)
.setImage(`https://dummyimage.com/100x100/${colorCode}/ffffff&text=Moonglow`)
.setFooter(client.user.username, client.user.avatarURL)
.setTimestamp();
msg.edit(embed);
Expand Down

0 comments on commit fd86e52

Please sign in to comment.