From e28f3f93c938389a8af869d4bce34dc68b441677 Mon Sep 17 00:00:00 2001 From: mhsjlw Date: Wed, 26 Aug 2015 07:42:06 -0400 Subject: [PATCH] Create commands.json --- config/commands.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config/commands.json diff --git a/config/commands.json b/config/commands.json new file mode 100644 index 0000000..eda5399 --- /dev/null +++ b/config/commands.json @@ -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" +}