WE USE PROPER ENGLISH HERE
This commit is contained in:
parent
fef9f1c09e
commit
0740dcb664
4 changed files with 6 additions and 6 deletions
|
@ -30,7 +30,7 @@ module.exports = class {
|
|||
const embed = new Embed()
|
||||
.setTitle('Users on blocklist: ' + data.guild.blocklist.length)
|
||||
.setDescription('```' + list.join(', ') + '```')
|
||||
.setColor('PINK');
|
||||
.setColour(client.functions.displayHexColour(message.channel.guild, client.user.id));
|
||||
|
||||
message.channel.createMessage({ embed: embed });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue