From 62666e2a3f8eeddb954e305b9a5f9e39a4863a30 Mon Sep 17 00:00:00 2001 From: Supositware Date: Tue, 25 Jun 2024 18:06:34 +0200 Subject: [PATCH] Ping for user installed --- commands/utility/ping.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/utility/ping.js b/commands/utility/ping.js index 33e69d5..c9d442e 100644 --- a/commands/utility/ping.js +++ b/commands/utility/ping.js @@ -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()