lick foxi
This commit is contained in:
parent
d835cdaebb
commit
2aa8fb67a7
1 changed files with 6 additions and 0 deletions
6
commands/lick.js
Normal file
6
commands/lick.js
Normal 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();
|
Reference in a new issue