Skip to content

Commit

Permalink
Remove the now tested todos
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaFox161 committed Dec 8, 2024
1 parent 5b5a548 commit 2a4ce80
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -587,8 +587,7 @@ class EventCommand(
getMessage("confirm.success.edit", settings)
else getMessage("confirm.success.create", settings)

// TODO: This needs tested.
// 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???
// 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???
event.interactionResponse.deleteInitialResponse().awaitSingleOrNull()

return event.createFollowup(message)
Expand Down Expand Up @@ -760,8 +759,7 @@ class EventCommand(

val calendarEvent = calendarService.getEvent(settings.guildId, calendarNumber, eventId)
return if (calendarEvent != null) {
// TODO: This needs tested.
// 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???
// 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???
event.interactionResponse.deleteInitialResponse().awaitSingleOrNull()

event.createFollowup()
Expand Down

0 comments on commit 2a4ce80

Please sign in to comment.