Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hellsnakes/hololive-wrappers


https://github.com/hellsnakes/hololive-wrappers

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        


Hololive-Wrappers



NPM version
NPM downloads



NPM Banner


## 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()`