jenny?
This commit is contained in:
parent
f89226c23b
commit
05306b11f8
11
slash-commands/jenny.js
Normal file
11
slash-commands/jenny.js
Normal file
@ -0,0 +1,11 @@
|
||||
const { SlashCommandBuilder } = require('@discordjs/builders');
|
||||
const fn = require('../functions.js');
|
||||
|
||||
module.exports = {
|
||||
data: new SlashCommandBuilder()
|
||||
.setName('jenny')
|
||||
.setDescription('Jenny?'),
|
||||
async execute(interaction) {
|
||||
interaction.reply('867-5309');
|
||||
},
|
||||
};
|
Loading…
Reference in New Issue
Block a user