module.exports = { name: 'ping', description: 'This is a ping command v2', execute(interaction) { interaction.reply('Pong!'); }, };