From ee34db7ade01ecf45539424f937c379c7df3ef02 Mon Sep 17 00:00:00 2001 From: Shawn Toffel Date: Mon, 7 Mar 2022 03:38:34 -0700 Subject: [PATCH] Removed appID comment from InteractionRespond method without this parameter (#1123) --- restapi.go | 1 - 1 file changed, 1 deletion(-) diff --git a/restapi.go b/restapi.go index 41796fe..d819464 100644 --- a/restapi.go +++ b/restapi.go @@ -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) {