Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hellsnakes/hololive-wrappers
https://github.com/hellsnakes/hololive-wrappers
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hellsnakes/hololive-wrappers
- Owner: HELLSNAKES
- License: mit
- Created: 2021-11-07T01:39:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-07T02:39:20.000Z (about 3 years ago)
- Last Synced: 2024-11-22T04:34:47.876Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/hololive-wrappers
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Installation
```
npm i hololive-wrappers
```
## Examples
### Rushia command :
```js
const rus = require("hololive-wrappers")
const Discord = require("discord.js")
const client = new Discord.Client()client.on("message", async message => {
if (message.content.toLowerCase() === "rushia") {
const rushia = await rs.rushia()
message.channel.send(rushia)
}
})client.login("bot token")
```## Endpoints
- `rushia()`
- `coco()`
- `pekora()`