lick foxi

This commit is contained in:
Anthony M 2021-01-30 23:26:04 -06:00 committed by GitHub
parent d835cdaebb
commit 2aa8fb67a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
commands/lick.js Normal file
View file

@ -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();