Comparing version 1.0.1 to 2.0.0
@@ -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", | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30758
11
854