From 32c1df7a0740335abf14299da213f84112675c28 Mon Sep 17 00:00:00 2001 From: MARCROCK22 <57925328+MARCROCK22@users.noreply.github.com> Date: Tue, 26 Mar 2024 19:06:15 -0400 Subject: [PATCH] feat: 1.1.1 --- package.json | 2 +- src/commands/decorators.ts | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 84457da..329224b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seyfert", - "version": "1.1.0", + "version": "1.1.1", "description": "The most advanced framework for discord bots", "main": "./lib/index.js", "module": "./lib/index.js", diff --git a/src/commands/decorators.ts b/src/commands/decorators.ts index 2a683e7..a30ccf4 100644 --- a/src/commands/decorators.ts +++ b/src/commands/decorators.ts @@ -27,7 +27,6 @@ type DeclareOptions = botPermissions?: PermissionStrings | bigint; defaultMemberPermissions?: PermissionStrings | bigint; guildId?: string[]; - // dm?: boolean; nsfw?: boolean; integrationTypes?: (keyof typeof IntegrationTypes)[]; contexts?: (keyof typeof InteractionContextTypes)[]; @@ -39,7 +38,6 @@ type DeclareOptions = botPermissions?: PermissionStrings | bigint; defaultMemberPermissions?: PermissionStrings | bigint; guildId?: string[]; - // dm?: boolean; nsfw?: boolean; integrationTypes?: (keyof typeof IntegrationTypes)[]; contexts?: (keyof typeof InteractionContextTypes)[];