UNPKG

axoncore

Version:

The best fully featured discord bot framework. Universal Client, Command and Event handler.

8 lines (4 loc) 183 B
#!/usr/bin/env node const docgen = require('@axonteam/doc-gen'); const paths = require('./docpaths.json'); docgen.generate(`${__dirname}/../src/`, `${__dirname}/../docs/`, paths);