// ping.js
export default {
handler: function(bot, args, message) {
bot.sendTextMessage('Pong!');
}
};