Ping for user installed

Slash-V14
Supositware 3 months ago
parent 427d3449d5
commit 62666e2a3f

@ -5,8 +5,9 @@ export default {
.setName('ping') .setName('ping')
.setDescription('Replies with Pong!'), .setDescription('Replies with Pong!'),
category: 'utility', category: 'utility',
async execute(interaction) { integration_types: [0, 1],
async execute(interaction) {
const row = new ActionRowBuilder() const row = new ActionRowBuilder()
.addComponents( .addComponents(
new ButtonBuilder() new ButtonBuilder()

Loading…
Cancel
Save