diff --git a/commands/kiss.js b/commands/kiss.js index f37ff13..921deb8 100644 --- a/commands/kiss.js +++ b/commands/kiss.js @@ -10,6 +10,7 @@ module.exports = { name: require('path').parse(__filename).name, description: "Kisses a user!", + async execute(client, message, _, config) { const taggedUser = message.mentions.users.first(); diff --git a/commands/leskiss.js b/commands/leskiss.js index 69c60db..85b3d79 100644 --- a/commands/leskiss.js +++ b/commands/leskiss.js @@ -20,6 +20,7 @@ module.exports = { name: require('path').parse(__filename).name, description: "Lesbian kiss <:lesbian:803831629428686849>", + async execute(client, message, _, config) { const taggedUser = message.mentions.users.first(); diff --git a/commands/lick.js b/commands/lick.js index fd762be..92e3ec8 100644 --- a/commands/lick.js +++ b/commands/lick.js @@ -9,6 +9,7 @@ module.exports = { name: require('path').parse(__filename).name, description: "Licks a user!", + async execute(client, message, _, config) { const taggedUser = message.mentions.users.first(); diff --git a/commands/nom.js b/commands/nom.js index e3b9e7b..314dce4 100644 --- a/commands/nom.js +++ b/commands/nom.js @@ -9,6 +9,7 @@ module.exports = { name: require('path').parse(__filename).name, description: "Noms an user!", + async execute(client, message, _, config) { const taggedUser = message.mentions.users.first();