Ping for user installed

This commit is contained in:
Supositware 2024-06-25 18:06:34 +02:00
parent 427d3449d5
commit 62666e2a3f

View file

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