
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
coldJS is a user-friendly wrapper of discord.js lib for a fresh start in bot developing.
A user friendly wapper of discord.js lib for a fresh start in bot developing.
coldjs
npm install coldjs
discord.js
npm install discord.js
Requires Node 12+ and Discord v12
const { coldClient } = require("coldjs");
const client = new coldClient();
client.start("your token");
const { coldClient } = require("coldjs");
const client = new coldClient();
client.start("your token");
client.loadCommands("./commands/"); // Supports subfolder
module.exports = {
name: "",
description: "",
aliases: [],
usage: "",
category: "",
cooldown: 0,
run: async (client, message, args) => {
// Rest of your code
},
};
const { coldClient } = require("coldjs");
const client = new coldClient();
client.start("your token");
client.loadEvents("./events/"); // Supports subfolder
module.exports = {
name: "",
async run () {
// Rest of your code
},
};
// Execute your commands by default
const { coldClient } = require("coldjs");
const client = new coldClient();
client.start("your token");
client.loadCommands("./commands/")
client.defaultExecute(); // If you want to make custom one then you can skip
const { coldClient } = require("coldjs");
const client = new coldClient();
client.start("your token");
client.loadCommands("./commands/")
client.defaultExecute();
client.setConfig({
prefix: ["c!",],
defaultCooldown: 5,
blacklist: ["1", "2"],
developer: ["1", "2"],
messageCooldown: "You have to wait {time} before using the command!"
});
It's common for you to face issues as because it is the first version that released. If you find any feel free to submit and it will be fixed on next release.
FAQs
coldJS is a user-friendly wrapper of discord.js lib for a fresh start in bot developing.
We found that coldjs 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
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.