fix usage for slap
This commit is contained in:
parent
456b89af6e
commit
f7d649d6b1
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ const API = require('nekos.life');
|
||||||
const {sfw} = new API();
|
const {sfw} = new API();
|
||||||
exports.run = async (client, message, args) => {
|
exports.run = async (client, message, args) => {
|
||||||
if(!args[0]) {
|
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 = "";
|
var people = "";
|
||||||
|
|
Loading…
Reference in a new issue