From 2aa8fb67a702ffaf004add8cbed959a3639a45fb Mon Sep 17 00:00:00 2001 From: Anthony M <47640864+IDeletedSystem64@users.noreply.github.com> Date: Sat, 30 Jan 2021 23:26:04 -0600 Subject: [PATCH] lick foxi --- commands/lick.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 commands/lick.js 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