mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-03 05:26:07 +00:00
feat: 1.1.1
This commit is contained in:
parent
a059959fb5
commit
32c1df7a07
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "seyfert",
|
"name": "seyfert",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"description": "The most advanced framework for discord bots",
|
"description": "The most advanced framework for discord bots",
|
||||||
"main": "./lib/index.js",
|
"main": "./lib/index.js",
|
||||||
"module": "./lib/index.js",
|
"module": "./lib/index.js",
|
||||||
|
@ -27,7 +27,6 @@ type DeclareOptions =
|
|||||||
botPermissions?: PermissionStrings | bigint;
|
botPermissions?: PermissionStrings | bigint;
|
||||||
defaultMemberPermissions?: PermissionStrings | bigint;
|
defaultMemberPermissions?: PermissionStrings | bigint;
|
||||||
guildId?: string[];
|
guildId?: string[];
|
||||||
// dm?: boolean;
|
|
||||||
nsfw?: boolean;
|
nsfw?: boolean;
|
||||||
integrationTypes?: (keyof typeof IntegrationTypes)[];
|
integrationTypes?: (keyof typeof IntegrationTypes)[];
|
||||||
contexts?: (keyof typeof InteractionContextTypes)[];
|
contexts?: (keyof typeof InteractionContextTypes)[];
|
||||||
@ -39,7 +38,6 @@ type DeclareOptions =
|
|||||||
botPermissions?: PermissionStrings | bigint;
|
botPermissions?: PermissionStrings | bigint;
|
||||||
defaultMemberPermissions?: PermissionStrings | bigint;
|
defaultMemberPermissions?: PermissionStrings | bigint;
|
||||||
guildId?: string[];
|
guildId?: string[];
|
||||||
// dm?: boolean;
|
|
||||||
nsfw?: boolean;
|
nsfw?: boolean;
|
||||||
integrationTypes?: (keyof typeof IntegrationTypes)[];
|
integrationTypes?: (keyof typeof IntegrationTypes)[];
|
||||||
contexts?: (keyof typeof InteractionContextTypes)[];
|
contexts?: (keyof typeof InteractionContextTypes)[];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user