Skip to content

Commit 2a4ce80

Browse files
committed
Remove the now tested todos
1 parent 5b5a548 commit 2a4ce80

File tree

1 file changed

+2
-4
lines changed
  • client/src/main/kotlin/org/dreamexposure/discal/client/commands/global

1 file changed

+2
-4
lines changed

client/src/main/kotlin/org/dreamexposure/discal/client/commands/global/EventCommand.kt

+2-4
Original file line numberDiff line numberDiff line change
@@ -587,8 +587,7 @@ class EventCommand(
587587
getMessage("confirm.success.edit", settings)
588588
else getMessage("confirm.success.create", settings)
589589

590-
// TODO: This needs tested.
591-
// Basically, since the first followup is just editing the original, what if I delete the original defer message and then create a non-ephemeral followup???
590+
// Basically, since the first followup is just editing the original, what if I delete the original defer message and then create a non-ephemeral followup???
592591
event.interactionResponse.deleteInitialResponse().awaitSingleOrNull()
593592

594593
return event.createFollowup(message)
@@ -760,8 +759,7 @@ class EventCommand(
760759

761760
val calendarEvent = calendarService.getEvent(settings.guildId, calendarNumber, eventId)
762761
return if (calendarEvent != null) {
763-
// TODO: This needs tested.
764-
// Basically, since the first followup is just editing the original, what if I delete the original defer message and then create a non-ephemeral followup???
762+
// Basically, since the first followup is just editing the original, what if I delete the original defer message and then create a non-ephemeral followup???
765763
event.interactionResponse.deleteInitialResponse().awaitSingleOrNull()
766764

767765
event.createFollowup()

0 commit comments

Comments
 (0)