Skip to content

Commit 0420194

Browse files
committed
Since PHPDocs
1 parent 9f4a197 commit 0420194

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/Discord/Parts/Guild/Guild.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -643,12 +643,12 @@ public function getVoiceRegions(): PromiseInterface
643643

644644
/**
645645
* Returns the current user's voice state in the guild.
646+
*
647+
* @since 10.26.0
646648
*
647649
* @link https://discord.com/developers/docs/resources/voice#get-current-user-voice-state
648650
*
649651
* @return PromiseInterface<VoiceStateUpdate>
650-
*
651-
* @since 10.26.0
652652
*/
653653
public function getCurrentUserVoiceState(): PromiseInterface
654654
{
@@ -1409,6 +1409,8 @@ public function updateWelcomeScreen(array $options): PromiseInterface
14091409

14101410
/**
14111411
* Returns the guild Onboarding object.
1412+
*
1413+
* @since 10.46.0
14121414
*
14131415
* @link https://discord.com/developers/docs/resources/guild#get-guild-onboarding
14141416
*
@@ -1425,6 +1427,8 @@ public function getOnboarding(): PromiseInterface
14251427
*
14261428
* All parameters are optional. Requires `MANAGE_GUILD` and `MANAGE_ROLES`.
14271429
* Supports the `X-Audit-Log-Reason` header.
1430+
*
1431+
* @since 10.46.0
14281432
*
14291433
* @link https://discord.com/developers/docs/resources/guild#modify-guild-onboarding
14301434
*

0 commit comments

Comments
 (0)