Skip to content

Commit

Permalink
Update subcommand-groups.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklvh authored Nov 5, 2023
1 parent e6e55d4 commit d39221e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/Guide/plugins/Subcommands/subcommand-groups.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ Chat Input Commands first in order to understand what the `registerApplicationCo

```typescript ts2esm2cjs|{8-19,23-51,53-57}|{9-20,24-52,54-58}
import { Subcommand } from '@sapphire/plugin-subcommands';
import type { Args } from '@sapphire/framework';

// Extend `Subcommand` instead of `Command`
export class UserCommand extends Subcommand {
Expand Down

0 comments on commit d39221e

Please sign in to comment.