
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
View discord-botlist.eu - your Discord Bot List! We give you the availability to apply your bot and give your bot a page on our website.
A simple api to configure and improve youre Discord Bot.
18th March => README Update.
First you have to install NodeJS. Then you can install the Package with NPM:
$ npm install ogmatrix
// Using Node.js `require()`
const ogmatrix = require("ogmatrix");
// Using ES6 imports
import ogmatrix from "ogmatrix";
If you need help with the NPM Package you can easily join my Discord Server, click here
--
Create a file named "giveaway.js" and put this in it:
const Discord = require('discord.js')
const client = new Discord.Client();
const { GiveawayClient } = require('ogmatrix');
const giveaway = new GiveawayClient(client, {
mongoURI: "mongoURL",
emoji: "Emoji",
defaultColor: "#FFF"
});
module.exports = giveaway;
giveaway.start(
{
channel: message.mentions.channels.first(),
time: ms(time),
hostedBy: message.author,
winners: parseInt(args[3]),
prize: args.slice(4).join(" ")
}
)
// args[1] will be the Message ID!
giveaway.end(args[1], true)
// args[1] will be the Message ID!
giveaway.reroll(args[1]).catch((err) => message.channel.send(err));
giveaway.getCurrentGiveaways(true, false, message).then(data => {
message.channel.send(data);
});
giveaway.removeCachedGiveaways(true, message.guild.id)
FAQs
A NPM Package for your Discord Bot
We found that ogmatrix 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.