UNPKG

cosa-nostra-backstabbers

Version:
10 lines (6 loc) 282 B
var fs = require("fs"); module.exports = function (client, config) { // List all readline commands var commands = fs.readdirSync(__dirname).filter(x => x.endsWith(".js")).map(x => x.substring(0, x.length - 3)); console.log("Available commands: " + commands.join(", ")); };