Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lib-djs

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lib-djs - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

APIError.ts

3

index.d.ts

@@ -88,2 +88,3 @@ import * as d from "discord.js";

Create(message: string, messageInEmbed: string, allowRoles?: Array<d.Role>): void;
Create(guild: d.Guild, messageInEmbed: string, allowRoles?: Array<d.Role>): void;
Close(channel: d.GuildChannel): void;

@@ -95,2 +96,2 @@ Delete(channel: d.GuildChannel, message: d.Message): Promise<d.Message>;

}
export {};
export {};

@@ -34,3 +34,3 @@ "use strict";

Spam.prototype.hasSendMessageHere(channel) = function() {
Spam.prototype.hasSendMessageHere = function(channel) {
if (this.listChannels.has(channel))

@@ -42,3 +42,3 @@ return this.listChannels.get(channel);

Spam.prototype.addMessageForChannel(channel, message) = function() {
Spam.prototype.addMessageForChannel = function(channel, message) {
if (this.listChannels.has(channel))

@@ -48,3 +48,3 @@ this.listChannels.get(channel).push(message);

Spam.prototype.addChannel(channel, message) = function() {
Spam.prototype.addChannel = function(channel, message) {
if (this.listChannels.has(channel))

@@ -51,0 +51,0 @@ this.listChannels.get(channel).push(message);

{
"name": "lib-djs",
"version": "1.0.1",
"version": "2.0.0",
"description": "",

@@ -14,2 +14,2 @@ "main": "index.js",

}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc