This repository has been archived on 2024-01-30. You can view files and clone it, but cannot push or open issues or pull requests.
|
module.exports = {
|
|
name: "lick",
|
|
description: "Licks an user!",
|
|
execute(client, message, args) {
|
|
const messageAuthor = message.author
|
|
const taggedUser = message.mentions.users.first(); |