fix usage for slap

This commit is contained in:
TheCakeChicken 2020-03-26 14:09:53 +00:00
parent 456b89af6e
commit f7d649d6b1
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ const API = require('nekos.life');
const {sfw} = new API();
exports.run = async (client, message, args) => {
if(!args[0]) {
return message.channel.send(`<:error:466995152976871434> You didn't say who you wanted to slap! Usage: \`${client.commands.get(`kiss`).help.usage}\``)
return message.channel.send(`<:error:466995152976871434> You didn't say who you wanted to slap! Usage: \`${client.commands.get(`slap`).help.usage}\``)
};
var people = "";