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

Commit fd86e52

Browse files
author
Matthew Ray
committed
Make the size 100 by 100
1 parent ba9bd04 commit fd86e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/color.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ exports.run = async (client, message, args) => {
99
.setColor(colorCode)
1010
.setTitle('COLOR')
1111
.addField('Hex Code', `#${colorCode.toUpperCase()}`, true)
12-
.setImage(`https://dummyimage.com/600x400/${colorCode}/ffffff&text=Moonglow`)
12+
.setImage(`https://dummyimage.com/100x100/${colorCode}/ffffff&text=Moonglow`)
1313
.setFooter(client.user.username, client.user.avatarURL)
1414
.setTimestamp();
1515
msg.edit(embed);

0 commit comments

Comments
 (0)