Comparing version 1.3.0-alpha.2 to 1.3.0
@@ -64,3 +64,3 @@ "use strict"; | ||
}, {}); | ||
const contextMenus = interactions | ||
const contextMenus = this.getInteractions(this.interactionsPath, true) | ||
.filter((obj) => typeof obj.type === "number") // if the type property is a number, then we know damn well it's a context menu. If not you're fucking yourself over. | ||
@@ -67,0 +67,0 @@ .reduce((acc, obj) => { |
{ | ||
"name": "ic4d", | ||
"version": "1.3.0-alpha.2", | ||
"version": "1.3.0", | ||
"description": "Discord.js Interaction and Command handler 4 Dummies", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
72829
0