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")