Removed ical import

This commit is contained in:
Michel Fedde 2025-05-27 21:23:10 +02:00
parent a1a7cbe946
commit 68007c2d35

View file

@ -40,10 +40,6 @@ export class PlaydatesCommand implements Command, AutocompleteCommand, ChatInter
.setName("to") .setName("to")
.setDescription("Defines the end date & time. Format: YYYY-MM-DD HH:mm") .setDescription("Defines the end date & time. Format: YYYY-MM-DD HH:mm")
) )
.addAttachmentOption((option) => option
.setName("calendar-entry")
.setDescription("Optional, you can upload a iCal file and the from and to-values are read from it.")
)
) )
.addSubcommand((subcommand) => subcommand .addSubcommand((subcommand) => subcommand
.setName("list") .setName("list")