This commit is contained in:
Emily 2021-03-04 13:08:27 +11:00
parent 4052a5ce2c
commit ee549ba08d

View file

@ -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)