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" +}