npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

botbuddy

v2.1.1

Published

Easily create discord bots and much more! while aimed at making the use of discord.js easier there is also a custom js api built in as well to help with many other basic js features!

Readme

#What is this?

BotBuddy is a set of tools and features wrapped around regular java script and discord.js, this npm should allow for easy creation of a discord bot as well as many more quick tricks like sorting a java script array from smallest to biggest.

Installation

npm i botbuddy --save

Use

const BotBuddy = require("botbuddy")
//setup settings

BotBuddy.bot.name = 'BotName';
BotBuddy.bot.client = DiscordClientObject;
BotBuddy.bot.invite = 'https://9000inc.com/9k';
BotBuddy.bot.serverinvite = 'https://9000inc.com/Discord';
BotBuddy.bot.image = 'https://9000inc.com/Resources/9kbotlogo.png'
BotBuddy.bot.images = [BotBuddy.bot.image]
BotBuddy.bot.server.id = 440275828509507597;
BotBuddy.bot.website = 'https://9000inc.com';
BotBuddy.debug = false;
BotBuddy.bot.prefix = ['']
BotBuddy.startup = true;
BotBuddy.credits = true;

//Functions

BotBuddy.js.cbs('ReMoVeThIsHello', 'removethis')//returns Hello

BotBuddy.js.strmatch('FindTheKey!', ['Key', 'Another Search'])//returns true on the first key word

BotBuddy.js.stris('key', ['key', 'Another Search'])//returns true on the first key word

BotBuddy.djs.msg(DiscordChannelObject, 'Message').then(Response => {console.log('Just making sure it sent!' + JSON.stringify(Response))})//Sends a message to discord using discord.js api .then verifies the message was sent / allows further actions

//Create Embed Object and edit values
var Embed = {}
Embed.Title = 'This is the title up top!';
Embed.URL = '';//makes title a hyper link leave blank for no link
Embed.Description = `description is a good area to put lots of text! :D`
Embed.Color = BotBuddy.bot.embed.colors.red//based on discord embed colors
//BotBuddy.djs.createembed <- create and return 'proper' discord embed objects
//Embed.forEach <- depending on embed size multiple may be needed to send all the data so we need a for each statement
//BotBuddy.djs.msg <- send each embed as you would a regular message
BotBuddy.djs.createembed(Embed).then(Embed => {
Embed.forEach(function(EMB){BotBuddy.djs.msg(DiscordChannelObject, EMB)})
})

Issues? D:

API / Docs will be hosted at 9000inc - BotBuddy talk directly to the main developer me at my discord :D A pretty cool discord