UNPKG

dis-cli

Version:

A package for easily generating discord bot projects

5 lines (4 loc) 113 B
const { execSync } = require('child_process'); module.exports = function (command) { execSync(command) }