From 9ca550dc747ea0d985e24769a44415bbfa4bb808 Mon Sep 17 00:00:00 2001 From: Connor Lewis <50084106+imconnorngl@users.noreply.github.com> Date: Sat, 30 Nov 2024 14:24:46 +0000 Subject: [PATCH] chore: bump package --- package.json | 2 +- src/builder/components.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2931e81..ec40335 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/builder/components.ts b/src/builder/components.ts index ee4bd2d..3fd55ce 100644 --- a/src/builder/components.ts +++ b/src/builder/components.ts @@ -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, }); /**