Removed appID comment from InteractionRespond method without this parameter (#1123)

This commit is contained in:
Shawn Toffel 2022-03-07 03:38:34 -07:00 committed by GitHub
parent 45e625d5af
commit ee34db7ade
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {