func (c *DiscordCommandActivation) RespondWithForm(form commands.CommandForm) { … } func (c *DiscordCommandActivation) EditResponseWithForm(form commands.CommandForm) { … } func (d *DiscordServerSession) registerDiscordModalHandler(matcher string, a *DiscordCommandActivation, submit commands.FormCommandHandler) { … } func (d *DiscordServerSession) registerDiscordTextBoxHandler(matcher string, a *DiscordCommandActivation, handler commands.CommandComponentHandler) { … }