vimcord 1.0.34 → 1.0.35

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.
package/dist/index.cjs CHANGED
@@ -2169,7 +2169,7 @@ var BaseCommandManager = class {
2169
2169
  let moduleType;
2170
2170
  switch (this.type) {
2171
2171
  case 0 /* Slash */:
2172
- moduleType = "Prefix Commands";
2172
+ moduleType = "Slash Commands";
2173
2173
  break;
2174
2174
  case 2 /* Context */:
2175
2175
  moduleType = "Context Commands";
@@ -2376,7 +2376,7 @@ var EventManager = class {
2376
2376
  };
2377
2377
 
2378
2378
  // package.json
2379
- var version = "1.0.34";
2379
+ var version = "1.0.35";
2380
2380
 
2381
2381
  // src/client.ts
2382
2382
  var import_node_crypto3 = require("crypto");