oops
This commit is contained in:
parent
4052a5ce2c
commit
ee549ba08d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ module.exports = class {
|
|||
list.push(`${user.username}#${user.discriminator}`);
|
||||
}
|
||||
|
||||
if (list.length === 0) return message.channel.=('The server blocklist is currently empty. Use `blocklist add <user>` to add people to the blocklist!');
|
||||
if (list.length === 0) return message.channel.createMessage('The server blocklist is currently empty. Use `blocklist add <user>` to add people to the blocklist!');
|
||||
|
||||
const embed = new client.RichEmbed()
|
||||
.setTitle('Users on blocklist: ' + data.guild.blocklist.length)
|
||||
|
|
Loading…
Reference in a new issue