1 2 3 4 5 6 7 8
module.exports = { name: 'uptime', aliases: ['ut'], description: '', async execute(msg, args, bot, duration) { msg.reply(duration); } };