UNPKG

better-npm-init

Version:

A better version of npm init, with templates and more. Usage: better-npm-init <template> [--yarn] [--install] [--git] [--yes] [--help]

7 lines (6 loc) 149 B
exports.run = async(bot, message, args) => { message.channel.send(`Pong! Ping: ${bot.ws.ping} ms.`); } exports.help = { name: "ping" }