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')
|
||||
.setDescription('Replies with Pong!'),
|
||||
category: 'utility',
|
||||
async execute(interaction) {
|
||||
integration_types: [0, 1],
|
||||
|
||||
async execute(interaction) {
|
||||
const row = new ActionRowBuilder()
|
||||
.addComponents(
|
||||
new ButtonBuilder()
|
||||
|
|
Loading…
Reference in a new issue