mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-02 04:56:07 +00:00
feat: 1.1.1
This commit is contained in:
parent
a059959fb5
commit
32c1df7a07
@ -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",
|
||||
|
@ -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)[];
|
||||
|
Loading…
x
Reference in New Issue
Block a user