Skip to content

HELLSNAKES/hololive-wrappers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hololive-Wrappers

NPM version NPM downloads

NPM Banner

Installation

npm i hololive-wrappers

Examples

Rushia command :

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