diff --git a/README.md b/README.md index f2306da..7117a18 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Advanced Use 3. whisper : Array of Users to send the message to 4. skipDialog : true/false, //will skip Client Dialog, automatically pushing information to user 5. chatWhisper : true/false //will send a whisper as well as a whisper dialog to the user, mirrors check box in Client Dialog +Extra : if whisper is left blank and skipDialog is true, will fill whisper array with all available users. ![In Action](https://i.gyazo.com/546475532d233ba3f4c3a08bda38c348.gif) diff --git a/module.json b/module.json index f1b8ac6..e4e2122 100644 --- a/module.json +++ b/module.json @@ -3,9 +3,9 @@ "title" : "Whisper Dialog", "description" : "Sends dialog to specificed connected user.", "author" : ["kekilla#7036"], - "version" : "0.1.1", + "version" : "0.1.2", "minimumCoreVersion" : "0.6.0", - "compatibleCoreVersion" : "0.6.5", + "compatibleCoreVersion" : "0.6.6", "esmodules" : ["scripts/hooks.js"], "languages" : [ { @@ -17,5 +17,5 @@ "socket" : true, "url" : "https://github.com/Kekilla0/whisper-dialog", "manifest" : "https://github.com/Kekilla0/whisper-dialog/raw/master/module.json", - "download" : "https://github.com/Kekilla0/whisper-dialog/archive/v0.1.1.zip" + "download" : "https://github.com/Kekilla0/whisper-dialog/archive/v0.1.2.zip" }