mirror of
https://github.com/Ratstail91/SANCTUM.git
synced 2025-11-29 02:24:27 +11:00
Comment tweak
This commit is contained in:
@@ -22,6 +22,8 @@ exports.CloneArray = function(arg) {
|
|||||||
|
|
||||||
//GenerateDialogFunction
|
//GenerateDialogFunction
|
||||||
//dialogJson - the json object containing the bot's dialog
|
//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) {
|
exports.GenerateDialogFunction = function(dialogJson) {
|
||||||
return function(key, ...data) {
|
return function(key, ...data) {
|
||||||
let result;
|
let result;
|
||||||
|
|||||||
Reference in New Issue
Block a user