Skip to content

Commit 6effb65

Browse files
committed
chore(handler): bump djs version
1 parent d7098ec commit 6effb65

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

packages/handler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"license": "MIT",
3030
"dependencies": {
3131
"@spark.ts/logger": "workspace:^",
32-
"discord.js": "^14.7.0",
32+
"discord.js": "^14.7.1",
3333
"fast-glob": "^3.2.12",
3434
"ts-pattern": "^4.0.6",
3535
"ts-results-es": "^3.5.0"

packages/handler/src/structures/sparkCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export class SparkCommand implements BaseCommand {
4343

4444
/**
4545
* The type of the command.
46-
* You can use the {@link CommandType} enum or the direct values. (`'slash'` or `'text'`)
46+
* You can use the `CommandType` enum or the direct values. (`'slash'` or `'text'`)
4747
*/
4848
public type!: CommandType;
4949

pnpm-lock.yaml

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)