Skip to content

Commit

Permalink
chore: bump package
Browse files Browse the repository at this point in the history
  • Loading branch information
imconnorngl committed Nov 30, 2024
1 parent 863e984 commit 9ca550d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lunarclient/discord-hono",
"version": "0.0.2",
"version": "0.0.3",
"description": "This module enables you to easily build a Discord Bot that runs on Cloudflare workers",
"author": "Luis (https://github.com/luisfun)",
"homepage": "https://github.com/luisfun/discord-hono",
Expand Down
2 changes: 1 addition & 1 deletion src/builder/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ export class Select<
: "user" | "role";
}[]
) =>
// @ts-expect-error
this.#assign("default_values", ["User", "Role", "Channel", "Mentionable"], {
// @ts-expect-error
default_values: e,
});
/**
Expand Down

0 comments on commit 9ca550d

Please sign in to comment.