Skip to content

Commit

Permalink
Add missing repositories to DIscord.php
Browse files Browse the repository at this point in the history
  • Loading branch information
valzargaming committed Sep 29, 2024
1 parent 700ec0c commit e87fbec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Discord/Discord.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,12 @@
* @property bool $bot Whether the client is a bot.
* @property User $user The user instance of the client.
* @property Application $application The OAuth2 application of the bot.
* @property EntitlementRepository $entitlements
* @property EmojiRepository $emojis
* @property GuildRepository $guilds
* @property PrivateChannelRepository $private_channels
* @property SKUsRepository $skus
* @property UserRepository $users
* @property EmojiRepository $emojis
*/
Expand Down

0 comments on commit e87fbec

Please sign in to comment.