feat: 1.1.1

This commit is contained in:
MARCROCK22 2024-03-26 19:06:15 -04:00
parent a059959fb5
commit 32c1df7a07
2 changed files with 1 additions and 3 deletions

View File

@ -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",

View File

@ -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)[];