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
|
||||
//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;
|
||||
|
||||
Reference in New Issue
Block a user