Преглед на файлове

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

Shawn Toffel преди 3 години
родител
ревизия
ee34db7ade
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      restapi.go

+ 0 - 1
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) {