Removed deprecated API classes + properties

This commit is contained in:
JasperAtSchool
2025-04-29 09:54:48 +02:00
parent a0e03be103
commit 35fdafb21d
2 changed files with 6 additions and 96 deletions
-2
View File
@@ -516,8 +516,6 @@ export interface ODSlashCommandUniversalCommand {
* The builder for slash commands. Here you can add options to the command.
*/
export interface ODSlashCommandBuilder extends discord.ChatInputApplicationCommandData {
/**@deprecated `dmPermission` is deprecated. Use `context` instead! (Not using contexts might result in the slash command being re-registered on every startup!) */
dmPermission?:boolean
/**This field is required in Open Ticket for future compatibility. */
integrationTypes:discord.ApplicationIntegrationType[],
/**This field is required in Open Ticket for future compatibility. */