rantscript
Advanced tools
+1
-1
| { | ||
| "name": "rantscript", | ||
| "version": "1.3.6", | ||
| "version": "1.3.7", | ||
| "description": "A JavaScript wrapper for the FULL devRant API", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
+2
-1
@@ -164,3 +164,3 @@ 'use strict'; | ||
| function editRant(text, rant_id, token, imagePath) { | ||
| function editRant(text, tags, rant_id, token, imagePath) { | ||
| const url = `${variables['API']}/rants/${rant_id}`; | ||
@@ -176,2 +176,3 @@ | ||
| rant: text, | ||
| tags: tags, | ||
| token_id: token_id, | ||
@@ -178,0 +179,0 @@ token_key: token_key, |
98167
0.02%598
0.17%