nekos.life
Advanced tools
Comparing version
{ | ||
"name": "nekos.life", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"description": "JS wrapper for https://nekos.life", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -47,3 +47,3 @@ [](https://www.npmjs.com/package/nekos.life) | ||
| `OwOify` | Get OwOified `text` of a string | | ||
| `8Ball` | Sends the text and replies with a `text` as a response to the magic 8Ball and an image as well.| | ||
| `eightBall` | Sends the text and replies with a `text` as a response to the magic 8Ball and an image as well.| | ||
| `fact` | Gets the text and replies with a `text` that is a random fact | | ||
@@ -103,5 +103,5 @@ | `spoiler` | Creates an individual spoiler per letter for Discord | | ||
`sfw.fact` will return JSON `{fact: <fact string>}` | ||
`sfw.8Ball` will return JSON `{response: <8Ball response string>, url: <URL to a matching 8Ball image>}` | ||
`sfw.eightBall` will return JSON `{response: <8Ball response string>, url: <URL to a matching 8Ball image>}` | ||
As of now, `OwOify` and `8Ball` are the only ones with query parameters. It requires an object containing the parameter, and the key should be the value. In this case, the key is `text` and the value is whatever you want OwOified. There is an example in this README. | ||
As of now, `OwOify` and `eightBall` are the only ones with query parameters. It requires an object containing the parameter, and the key should be the value. In this case, the key is `text` and the value is whatever you want OwOified. There is an example in this README. | ||
`{text: 'Some text you want weebified.}` | ||
@@ -108,0 +108,0 @@ |
18328
0.07%