We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d2be2 commit fec47a8Copy full SHA for fec47a8
src/Discord/Endpoint.php
@@ -160,6 +160,8 @@ class Endpoint
160
public const GUILD_WIDGET_IMAGE = self::GUILD.'/widget.png';
161
// GET, PATCH
162
public const GUILD_WELCOME_SCREEN = self::GUILD.'/welcome-screen';
163
+ // GET
164
+ public const GUILD_ONBOARDING = self::GUILD.'/onboarding';
165
// PATCH
166
public const GUILD_USER_CURRENT_VOICE_STATE = self::GUILD.'/voice-states/@me';
167
src/Discord/Http.php
@@ -39,7 +39,7 @@ class Http
39
*
40
* @var string
41
*/
42
- public const VERSION = 'v10.2.0';
+ public const VERSION = 'v10.2.1';
43
44
/**
45
* Current Discord HTTP API version.
0 commit comments