From f7d649d6b1b9b36cfba0e32c352f71628b139df6 Mon Sep 17 00:00:00 2001 From: TheCakeChicken Date: Thu, 26 Mar 2020 14:09:53 +0000 Subject: [PATCH] fix usage for slap --- src/commands/slap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/slap.js b/src/commands/slap.js index 2e5189c..c87c783 100644 --- a/src/commands/slap.js +++ b/src/commands/slap.js @@ -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 = "";