@seedcord/cli 0.3.1-next.1 → 0.3.1-next.2

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/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  <p align="center">
2
- <img src="https://cdn.seedcord.org/assets/banner.webp" alt="seedcord" width="100%" />
2
+ <picture>
3
+ <source media="(prefers-color-scheme: dark)" srcset="https://cdn.seedcord.org/assets/wordmark-dark.webp" />
4
+ <img src="https://cdn.seedcord.org/assets/wordmark-light.webp" alt="seedcord" width="440" />
5
+ </picture>
3
6
  </p>
4
7
 
5
8
  ---
package/dist/cli.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { n as SEEDCORD_CONFIG_FILENAMES, t as version } from "./src-rlXXtAiI.mjs";
1
+ import { n as SEEDCORD_CONFIG_FILENAMES, t as version } from "./src-DauhfXbR.mjs";
2
2
  import { createRequire } from "node:module";
3
3
  import { Command } from "@commander-js/extra-typings";
4
4
  import { Logger, LoggerChannelRegistry, StrictEventEmitter } from "@seedcord/services";
@@ -1272,7 +1272,7 @@ function hasCleanFlags(options) {
1272
1272
  var CommandsCommand = class extends BaseCommand {
1273
1273
  cleanRunner;
1274
1274
  constructor() {
1275
- super("commands", "Inspect and clean deployed application commands", "CLI:Commands");
1275
+ super("commands", "Inspect and clean deployed guild commands", "CLI:Commands");
1276
1276
  this.cleanRunner = CleanRunner.create();
1277
1277
  }
1278
1278
  register(program) {