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.
anitrox/commands/lick.js

6 lines
217 B
JavaScript
Raw Normal View History

2021-01-30 23:26:04 -06:00
module.exports = {
name: "lick",
description: "Licks an user!",
execute(client, message, args) {
const messageAuthor = message.author
const taggedUser = message.mentions.users.first();