WE USE PROPER ENGLISH HERE

This commit is contained in:
Emily 2020-10-28 15:48:21 +11:00
parent fef9f1c09e
commit 0740dcb664
4 changed files with 6 additions and 6 deletions

View file

@ -39,7 +39,7 @@ module.exports = class {
const embed = new Embed()
.setTitle(colour)
.setColor(colour)
.setColour(colour)
.setImage(`https://fakeimg.pl/256x256/${colour.replace('#', '')}/?text=%20`);
message.channel.createMessage({ embed: embed });