Skip to content

Commit fec47a8

Browse files
ExanlvSQKo
andauthored
Add guild onboarding endpoint (#21)
* Add guild onboarding endpoint * Update Http.php bump version --------- Co-authored-by: SQKo <87897282+SQKo@users.noreply.github.com>
1 parent 80d2be2 commit fec47a8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/Discord/Endpoint.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ class Endpoint
160160
public const GUILD_WIDGET_IMAGE = self::GUILD.'/widget.png';
161161
// GET, PATCH
162162
public const GUILD_WELCOME_SCREEN = self::GUILD.'/welcome-screen';
163+
// GET
164+
public const GUILD_ONBOARDING = self::GUILD.'/onboarding';
163165
// PATCH
164166
public const GUILD_USER_CURRENT_VOICE_STATE = self::GUILD.'/voice-states/@me';
165167
// PATCH

src/Discord/Http.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Http
3939
*
4040
* @var string
4141
*/
42-
public const VERSION = 'v10.2.0';
42+
public const VERSION = 'v10.2.1';
4343

4444
/**
4545
* Current Discord HTTP API version.

0 commit comments

Comments
 (0)