More uniform spacing

This commit is contained in:
Nathaniel Mason 2022-04-18 17:30:12 +01:00
parent 74066f666e
commit 22821dbd55
4 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,7 @@ module.exports = {
name: require('path').parse(__filename).name,
description: "Kisses a user!",
async execute(client, message, _, config) {
const taggedUser = message.mentions.users.first();

View File

@ -20,6 +20,7 @@ module.exports = {
name: require('path').parse(__filename).name,
description: "Lesbian kiss <:lesbian:803831629428686849>",
async execute(client, message, _, config) {
const taggedUser = message.mentions.users.first();

View File

@ -9,6 +9,7 @@ module.exports = {
name: require('path').parse(__filename).name,
description: "Licks a user!",
async execute(client, message, _, config) {
const taggedUser = message.mentions.users.first();

View File

@ -9,6 +9,7 @@ module.exports = {
name: require('path').parse(__filename).name,
description: "Noms an user!",
async execute(client, message, _, config) {
const taggedUser = message.mentions.users.first();