Skip to content

Commit

Permalink
Fix typo Users->User
Browse files Browse the repository at this point in the history
  • Loading branch information
valzargaming committed Nov 20, 2024
1 parent f4dba22 commit 21a8001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Discord/Parts/Channel/Reaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ protected function getIdAttribute(): string
*
* @link https://discord.com/developers/docs/resources/channel#get-reactions
*
* @return PromiseInterface<Collection|Users[]>
* @return PromiseInterface<Collection|User[]>
*/
public function getUsers(array $options = []): PromiseInterface
{
Expand Down Expand Up @@ -182,7 +182,7 @@ public function getUsers(array $options = []): PromiseInterface
*
* @see Message::getUsers()
*
* @return PromiseInterface<Collection|Users[]>
* @return PromiseInterface<Collection|User[]>
*/
public function getAllUsers(): PromiseInterface
{
Expand Down

0 comments on commit 21a8001

Please sign in to comment.