Skip to content

Commit

Permalink
Removed appID comment from InteractionRespond method without this par…
Browse files Browse the repository at this point in the history
…ameter (#1123)
  • Loading branch information
shawntoffel committed Mar 7, 2022
1 parent 45e625d commit ee34db7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion restapi.go
Expand Up @@ -2687,7 +2687,6 @@ func (s *Session) ApplicationCommandPermissionsBatchEdit(appID, guildID string,
}

// InteractionRespond creates the response to an interaction.
// appID : The application ID.
// interaction : Interaction instance.
// resp : Response message data.
func (s *Session) InteractionRespond(interaction *Interaction, resp *InteractionResponse) (err error) {
Expand Down

0 comments on commit ee34db7

Please sign in to comment.