changes for eris + new loading UX
This commit is contained in:
parent
9231fcc671
commit
022ec6b999
18 changed files with 84 additions and 81 deletions
|
@ -36,11 +36,11 @@ module.exports = class {
|
|||
}
|
||||
}
|
||||
|
||||
const embed = new client.RichEmbed()
|
||||
const embed = new client.MessageEmbed()
|
||||
.setTitle(colour)
|
||||
.setColour(colour)
|
||||
.setColor(colour)
|
||||
.setImage(`https://fakeimg.pl/256x256/${colour.replace('#', '')}/?text=%20`);
|
||||
|
||||
message.channel.send({ embed: embed });
|
||||
message.channel.send({ embeds: [embed] });
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue