export default { name: 'ping', description: 'Pong! 으로 대답합니다.', async execute(interaction) { await interaction.reply('Pong!'); }, };