Create commands.json

This commit is contained in:
mhsjlw 2015-08-26 07:42:06 -04:00
parent f9cb16f8f0
commit e28f3f93c9

5
config/commands.json Normal file
View file

@ -0,0 +1,5 @@
{
"help": "Available commands: /version and /bug",
"version": "This server is running craftyjs version 0.1.0",
"bug": "Report bugs / issues here: https://github.com/mhsjlw/craftyjs/issues"
}