const { log } = require('../utils/index'); module.exports = { name: 'ready', run: async (client) => { log.hasStarted(); client.user.setActivity(`nyeh`, { type: 2 }); } };