
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
discord-helper.js
Advanced tools
We understand JavaScript can be hard especially with discord.js. This package has logs and a send webhook to send discord embeds to a discord webhook! IT EVEN HAS MATH!!!!!!
npm i discord-helper.js
or yarn add discord-helper.js
// these are just examples please provide the actual info
import * as discordHelper from "discord-helper.js"; // typescript
let guildid = "Guild Id Here";
const discordHelper = require("discord-helper.js"); // javascript
new discordHelper.HelperClient(client).GlobalcommandRegisterAsync({
name: "hello",
description: "command",
options: [],
type: "Optinal",
permission: "Administrator",
});
new discordHelper.HelperClient(client).GuildcommandRegisterAsync(guildid, {
name: "hello",
description: "command",
options: [],
type: "Optinal",
permission: "Administrator",
});
new discordHelper.HelperClient(client)
.clientPing()
.then((data) => {
console.log(data);
})
.catch((err) => {});
new discordHelper.HelperClient(client).threadCreateAsync(
"name",
channel,
message,
guild
);
new discordHelper.HelperClient(client).channelsend(channel, "", embed);
new discordHelper.HelperUtils()
.math(1, 2)
.then((data) => {
console.log(data);
})
.catch((err) => {});
new discordHelper.HelperUtils()
.pages(array, 1, 1)
.then((data) => {
console.log(data);
})
.catch((err) => {});
new discordHelper.HelperUtils()
.permCheckerAsync(perm, member, channel)
.then((data) => {
console.log(data);
})
.catch((err) => {});
new discordHelper.HelperUtils().discordsendwebhook(webhookURL, "", embed);
email : support@gamearoo.dev
discord: https://discord.gg/tUpsrAmkqp
FAQs
a helper to help you do simple tasks with discord.js
The npm package discord-helper.js receives a total of 2 weekly downloads. As such, discord-helper.js popularity was classified as not popular.
We found that discord-helper.js 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.