forked from Supositware/Haha-Yes
Ping for user installed
This commit is contained in:
parent
427d3449d5
commit
62666e2a3f
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue