From f4ebf19f8b89476dc29fc41d8cee2869aab9c263 Mon Sep 17 00:00:00 2001 From: SQKo <87897282+SQKo@users.noreply.github.com> Date: Wed, 20 Jul 2022 01:22:09 +0700 Subject: [PATCH] fix version --- src/Discord/Parts/Interaction.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Discord/Parts/Interaction.php b/src/Discord/Parts/Interaction.php index 5029bb3..706caf6 100644 --- a/src/Discord/Parts/Interaction.php +++ b/src/Discord/Parts/Interaction.php @@ -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) { @@ -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) {