Files
discord.js/docs/custom/getting_started.js
Amish Shah 39f969c777 Update docs
2016-08-30 14:56:39 +01:00

8 lines
180 B
JavaScript

const fs = require('fs');
module.exports = {
category: 'General',
name: 'Welcome',
data: fs.readFileSync('./docs/custom/documents/getting_started.md').toString('utf-8'),
};