New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

skybl

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

skybl

- Ter um bot aprovado em nossa plataforma - Gerar um token pelo /api ## Como usar - Por enquanto ela é só de websockets. Em um futuro próximo irá também ter rotas da api.

latest
npmnpm
Version
1.1.2
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Sky Botlist - NPM oficial

Requisitos

  • Ter um bot aprovado em nossa plataforma
  • Gerar um token pelo /api

Como usar

  • Por enquanto ela é só de websockets. Em um futuro próximo irá também ter rotas da api.

Evento Ao Votar:

const sbl = require("@skybl/sbl")

const Sbl = new sbl("Seu token pessoal","Id do seu bot")
Sbl.on("voted",async(user_id)=>{
  console.log(`Alguém com o id ${user_id} votou em meu bot`)
})
Sbl.on("ready",()=>{
  console.log("Conectou ao websocket")
})

FAQs

Package last updated on 06 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts