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 🙏

© 2024 – Pkg Stats / Ryan Hefner

bb-dbotbits

v0.0.4

Published

A stupid simple discord bot creation library

Downloads

273

Readme

bb

PLEASE NOTE: this is early beta

bytebots.net

BB-DBotBits Library

Your fastest route to creating Discord bots with minimal effort. Our library is designed to cater to developers at all skill levels, from beginners building their first bot to experienced users seeking to streamline their development process.

About: The ByteBots Library simplifies the process of Discord bot development by offering pre-built functions and modules, making it easy to create bots that range from basic to advanced. Our tools are designed to help you get up and running quickly, focusing on your bot's unique features instead of spending time on repetitive setups.

Features:

  • Simple and Intuitive: Built with ease of use in mind. No complex configurations.
  • Fast Development: Focus on your bot's features, not the boilerplate. Get up and running quickly.

NOTE: You will need to make a token.env file inside the token.env you need to add this: token=yourToken Replace your token with your token.

And edit settings inside settings folder.

Documentation: For detailed documentation, setup instructions, usage examples, and troubleshooting tips, visit our website: bytebots.net

Note: Depending on the number of building blocks in your bot, it may take up to 5 minutes to register all commands. If commands do not appear after a few minutes, simply restart Discord.

If you encounter any issues, feel free to reach out via our Discord server: https://discord.gg/pqbUrYN9h4

Current Limitations: /purgemessages is currently limited to a maximum of 100 messages.

Available Modules: Here are the pre-built modules included in the ByteBots Library:

const { discordReply } = require('./node-modules/bb-botbits/discordReplies.js'); // Import Replies const { discordTickets } = require('./node-modules/bb-botbits/discordTickets.js'); // Import discordTickets const { discordReverse } = require('./node-modules/bb-botbits/discordReverse.js'); // Import discordReverse const { discordRadio } = require('./node-modules/bb-botbits/discordRadio.js'); // Import discordRadio const { discordLogin } = require('./node-modules/bb-botbits/discordHandler.js'); // Import discordLogin const { checkSpamRate } = require('./node-modules/bb-botbits/checkSpamRate'); // Import checkSpamRate const { discordPurgeCommands } = require('./node-modules/bb-botbits/discordPurge'); // Import purge command setup const { settings: discordRules } = require('./node-modules/bb-botbits/discordRules'); // Import Rules const { discordReplyEmbed } = require('./node-modules/bb-botbits/discordReplyEmbed.js'); // Import the embed function const token = require('./token'); // Import your bot token

Example Function Calls: Here are some examples of how to use the ByteBots Library:

Simple Reply: discordReply('helloworld', 'Ohhh, so it starts!');

Play a Radio Stream: discordRadio('RadioName', 'https://streamurl.com', 'https://imageurl.com');

Embed a Message: discordReplyEmbed( 'announcenew', // Command trigger 'Important Update', // Embed title 'We have some exciting new features coming soon! Stay tuned.', // Embed description 'This is a footer text', // Footer text 'https://example.com/update-image.png', // Optional image URL 'https://example.com/more-info' // Optional clickable URL );

Purge Commands: discordPurgeCommands();

Open a Ticket: discordTickets();

Check Spam Rate: checkSpamRate();

Bot Login: discordLogin(token);

Support: Need help? Join our Discord server: https://discord.gg/pqbUrYN9h4 for assistance and to connect with other developers.

If you find this library helpful, please consider buying me a coffee – your support is greatly appreciated: https://buymeacoffee.com/coffeeismyonlyfriend