From 1879da67428974440a134586539f9529d9267a13 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 21 Oct 2018 02:52:08 +1100 Subject: [PATCH] Comment tweak --- Shared/utility.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Shared/utility.js b/Shared/utility.js index bcb9c30..fa216dc 100644 --- a/Shared/utility.js +++ b/Shared/utility.js @@ -22,6 +22,8 @@ exports.CloneArray = function(arg) { //GenerateDialogFunction //dialogJson - the json object containing the bot's dialog +//key - Json key +//data (optional) - a number of arguments that are substituted into the resulting string exports.GenerateDialogFunction = function(dialogJson) { return function(key, ...data) { let result;