Enumeration: CommandPreConditions
The available command pre-conditions.
Since
2.0.0
Enumeration Members
Enumeration Member | Value | Description | Defined in |
---|---|---|---|
ClientPermissions | "ClientPermissions" | - | projects/framework/src/lib/types/Enums.ts:107 |
Cooldown | "Cooldown" | - | projects/framework/src/lib/types/Enums.ts:86 |
DirectMessageOnly | "DMOnly" | Deprecated Use RunIn instead. | projects/framework/src/lib/types/Enums.ts:88 |
GuildNewsOnly | "GuildNewsOnly" | Deprecated Use RunIn instead. | projects/framework/src/lib/types/Enums.ts:91 |
GuildNewsThreadOnly | "GuildNewsThreadOnly" | Deprecated Use RunIn instead. | projects/framework/src/lib/types/Enums.ts:93 |
GuildOnly | "GuildOnly" | Deprecated Use RunIn instead. | projects/framework/src/lib/types/Enums.ts:95 |
GuildPrivateThreadOnly | "GuildPrivateThreadOnly" | Deprecated Use RunIn instead. | projects/framework/src/lib/types/Enums.ts:97 |
GuildPublicThreadOnly | "GuildPublicThreadOnly" | Deprecated Use RunIn instead. | projects/framework/src/lib/types/Enums.ts:99 |
GuildTextOnly | "GuildTextOnly" | Deprecated Use RunIn instead. | projects/framework/src/lib/types/Enums.ts:101 |
GuildThreadOnly | "GuildThreadOnly" | Deprecated Use RunIn instead. | projects/framework/src/lib/types/Enums.ts:105 |
GuildVoiceOnly | "GuildVoiceOnly" | Deprecated Use RunIn instead. | projects/framework/src/lib/types/Enums.ts:103 |
NotSafeForWork | "NSFW" | - | projects/framework/src/lib/types/Enums.ts:106 |
RunIn | "RunIn" | - | projects/framework/src/lib/types/Enums.ts:89 |
UserPermissions | "UserPermissions" | - | projects/framework/src/lib/types/Enums.ts:108 |