Removed ical import
This commit is contained in:
parent
a1a7cbe946
commit
68007c2d35
1 changed files with 0 additions and 4 deletions
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue