Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
SQKo committed Jul 19, 2022
1 parent 63fb629 commit f4ebf19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Discord/Parts/Interaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public function reply($content, bool $tts = false, ?array $embeds = null, ?array
}

/**
* @deprecated 2.0.0 Interaction::reply()
* @deprecated v2.0.0 Interaction::reply()
*/
public function replyWithSource(string $content, bool $tts = false, ?array $embeds = null, ?array $allowed_mentions = null, ?int $flags = null)
{
Expand Down Expand Up @@ -199,7 +199,7 @@ public function updateOriginalResponse($content = null, ?array $embeds = null, ?
}

/**
* @deprecated 2.0.0 Interaction::updateOriginalResponse()
* @deprecated v2.0.0 Interaction::updateOriginalResponse()
*/
public function updateInitialResponse(?string $content = null, ?array $embeds = null, ?array $allowed_mentions = null)
{
Expand Down

0 comments on commit f4ebf19

Please sign in to comment.