seyfert 3.1.3-dev-15196734163.0 → 3.1.3-dev-15196748977.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/index.js +0 -3
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -110,6 +110,3 @@ exports.config = {
110
110
  function extendContext(cb) {
111
111
  return cb;
112
112
  }
113
- authorizedIntegrationOwners;
114
- interactionMetadataLowercase.authorizingIntegrationOwners;
115
- //. ^?
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "seyfert",
3
- "version": "3.1.3-dev-15196734163.0",
3
+ "version": "3.1.3-dev-15196748977.0",
4
4
  "description": "The most advanced framework for discord bots",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",