discord.js
Advanced tools
Comparing version 3.6.3 to 3.7.0
@@ -0,0 +0,0 @@ "use strict"; |
@@ -1459,2 +1459,4 @@ //discord.js modules | ||
channId = destination.channel.id; | ||
} else if (destination instanceof PMChannel) { | ||
channId = destination.id; | ||
} else if (destination instanceof User) { | ||
@@ -1461,0 +1463,0 @@ |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "discord.js", | ||
"version": "3.6.3", | ||
"version": "3.7.0", | ||
"description": "A way to interface with the Discord API", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -1223,2 +1223,4 @@ //discord.js modules | ||
channId = destination.channel.id; | ||
} else if (destination instanceof PMChannel) { | ||
channId = destination.id; | ||
} else if (destination instanceof User) { | ||
@@ -1225,0 +1227,0 @@ |
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
770657
67
17367