start work on documentation generator

This commit is contained in:
Amish Shah
2016-08-14 18:12:59 +01:00
parent 0224138dc9
commit 62856ff57a
6 changed files with 82 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
module.exports = {
category: 'General',
name: 'Getting Started',
data:
`# Welcome!
discord.js is an easy-to-use and intuitive JavaScript library that wraps around the Discord API.
`,
};