Skip to content

Commit e0bef4c

Browse files
committed
fix field name
1 parent a69d217 commit e0bef4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handler/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func (h *handlerHolder[T]) Handle(path string, event *InteractionEvent) error {
126126
ApplicationCommandInteractionCreate: &events.ApplicationCommandInteractionCreate{
127127
GenericEvent: event.GenericEvent,
128128
ApplicationCommandInteraction: commandInteraction,
129-
Respond: event.Respond,
129+
RespondFunc: event.Respond,
130130
},
131131
Vars: event.Vars,
132132
Ctx: event.Ctx,

0 commit comments

Comments
 (0)