discord_allnight/commands/ping.js

5 lines
93 B
JavaScript

export default {
async execute(interaction) {
await interaction.reply('Pong!');
},
};