Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add phpdoc Role::tags guild_connections #1032

Merged
merged 2 commits into from
Dec 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Discord/Parts/Guild/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* @property RolePermission $permissions The permissions of the role.
* @property bool $managed Whether the role is managed by a Twitch subscriber feature.
* @property bool $mentionable Whether the role is mentionable.
* @property object|null $tags The tags this role has (bot_id, integration_id, premium_subscriber, subscription_listing_id, available_for_purchase).
* @property object|null $tags The tags this role has (`bot_id`, `integration_id`, `premium_subscriber`, `subscription_listing_id`, `available_for_purchase`, and `guild_connections`).
*
* @property string|null $guild_id The unique identifier of the guild that the role belongs to.
* @property-read Guild|null $guild The guild that the role belongs to.
Expand Down
2 changes: 1 addition & 1 deletion src/Discord/Parts/OAuth/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
* @property string|null $custom_install_url The application's default custom authorization link, if enabled.
* @property string|null $role_connections_verification_url The application's role connection verification entry point, which when configured will render the app as a verification method in the guild role verification configuration.
*
* @property string $invite_url The invite URL to invite the bot to a guild.
* @property string $invite_url The invite URL to invite the bot to a guild.
*
* @property GlobalCommandRepository $commands The application global commands.
*/
Expand Down