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

dbl.cf

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dbl.cf

A official www.discord-bot-list.cf api.

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

vcodes.js

Join our discord
Support: https://vcodes.xyz/dc

NOT: MODÜL VCODES'A AİTTİR

Installation

If you have trouble with the installation, please feel free to visit our discord address.

  • npm i dbl.js
const dbl = require("dbl.js");
const dbl = new dbl("TOKEN-HERE", client);

client.on("ready", async () => {
  dbl.serverCount();
  // console.log("Server count posted")
  
  let hasVote = await dbl.hasVoted("859100202119200769");  //bot id
  if(hasVote === true) {
    console.log("Voted")
  } else {
    console.log("Vote please.")
  }
  
  
  let search = await dbl.search("859100202119200769")    //bot id
  console.log(search)
  /*
  {
    avatar: 'https://cdn.discordapp.com/avatars/859100202119200769/8cf145d2189d76cc110101b7a69c6b20.webp',
    botID: '859100202119200769',
    username: 'Discord BotList',
    discrim: '1915',
    shortDesc: 'The Offical Discord BotList Bots',
    prefix: '!',
    votes: 31,
    ownerID: '673802320454352917',
    owner: '! `Kerem®#3131',
    coowners: [ '' ],
    tags: [ 'Moderation', 'NSFW', 'Music' ],
    longDesc: longDesc,
    certificate: 'Certified'
  }
  */
});

Keywords

bot

FAQs

Package last updated on 29 Jun 2021

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