diff --git a/commands/lick.js b/commands/lick.js new file mode 100644 index 0000000..53c7aa2 --- /dev/null +++ b/commands/lick.js @@ -0,0 +1,6 @@ +module.exports = { + name: "lick", + description: "Licks an user!", + execute(client, message, args) { + const messageAuthor = message.author + const taggedUser = message.mentions.users.first(); \ No newline at end of file