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.js CHANGED
@@ -2086,7 +2086,7 @@ var BaseCommandManager = class {
2086
2086
  let moduleType;
2087
2087
  switch (this.type) {
2088
2088
  case 0 /* Slash */:
2089
- moduleType = "Prefix Commands";
2089
+ moduleType = "Slash Commands";
2090
2090
  break;
2091
2091
  case 2 /* Context */:
2092
2092
  moduleType = "Context Commands";
@@ -2293,7 +2293,7 @@ var EventManager = class {
2293
2293
  };
2294
2294
 
2295
2295
  // package.json
2296
- var version = "1.0.34";
2296
+ var version = "1.0.35";
2297
2297
 
2298
2298
  // src/client.ts
2299
2299
  import { randomUUID as randomUUID3 } from "crypto";