Skip to main content
import type { Command } from 'disploy';

export default {
name: 'ping',
description: 'pong!',

async run(interaction) {
return void interaction.reply({
content: 'ok',
})
}
} satisfies Command;

Disploy

Flexible router for building HTTP interaction-based Discord bots with ease.

Get started!