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

Commit f4ebf19

Browse files
committed
fix version
1 parent 63fb629 commit f4ebf19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Discord/Parts/Interaction.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public function reply($content, bool $tts = false, ?array $embeds = null, ?array
146146
}
147147

148148
/**
149-
* @deprecated 2.0.0 Interaction::reply()
149+
* @deprecated v2.0.0 Interaction::reply()
150150
*/
151151
public function replyWithSource(string $content, bool $tts = false, ?array $embeds = null, ?array $allowed_mentions = null, ?int $flags = null)
152152
{
@@ -199,7 +199,7 @@ public function updateOriginalResponse($content = null, ?array $embeds = null, ?
199199
}
200200

201201
/**
202-
* @deprecated 2.0.0 Interaction::updateOriginalResponse()
202+
* @deprecated v2.0.0 Interaction::updateOriginalResponse()
203203
*/
204204
public function updateInitialResponse(?string $content = null, ?array $embeds = null, ?array $allowed_mentions = null)
205205
{

0 commit comments

Comments
 (0)