From 68007c2d35145c07df6c639c7047e0af61d8cae2 Mon Sep 17 00:00:00 2001 From: Michel Fedde Date: Tue, 27 May 2025 21:23:10 +0200 Subject: [PATCH] Removed ical import --- source/Discord/Commands/Playdates.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/Discord/Commands/Playdates.ts b/source/Discord/Commands/Playdates.ts index 319eb72..7186493 100644 --- a/source/Discord/Commands/Playdates.ts +++ b/source/Discord/Commands/Playdates.ts @@ -40,10 +40,6 @@ export class PlaydatesCommand implements Command, AutocompleteCommand, ChatInter .setName("to") .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 .setName("list")