
Product
Introducing Reports: An Extensible Reporting Framework for Socket Data
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.
discord-starboard
Advanced tools
Easy to use discord.js starboard package for your bot! Uses discord.js v13.
Easy to use discord.js starboard package for your bot! Uses discord.js v13.
npm install discord-starboard
NOTE: Partial are required!
const { StarboardClient } = require("discord-starboard");
const Discord = require("discord.js");
const client = new Discord.Client({
intents: 32767,
partials: ["MESSAGE", "REACTION"],
});
client.on("ready", () => {
console.log(`Logged in as ${client.user.tag}!`);
});
const object = {
starboardChannel: "id", //required
starCount: "1", // required
emoji: "✅", // optional defualt ⭐
};
const starboard = new StarboardClient(client, {
debug: false, //optional default true
});
client.on("messageReactionAdd", (reaction, user) => {
starboard.listnerAdd(reaction, object);
});
client.on("messageReactionRemove", (reaction, user) => {
starboard.listnerRemove(reaction, object);
});
client.login("I wonder whats this?");
Join here for help.
FAQs
Easy to use discord.js starboard package for your bot! Uses discord.js v13.
The npm package discord-starboard receives a total of 1 weekly downloads. As such, discord-starboard popularity was classified as not popular.
We found that discord-starboard demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.