Skip to content

Commit

Permalink
Update Channel.php
Browse files Browse the repository at this point in the history
  • Loading branch information
valzargaming committed Nov 20, 2024
1 parent d695e1d commit de95307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Discord/Parts/Channel/Channel.php
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ public function limitDelete(int $value, ?string $reason = null): PromiseInterfac
* Or also missing `connect` permission for text in voice.
* @throws \RangeException
*
* @return PromiseInterface<Collection<Message>>
* @return PromiseInterface<Collection<Message[]>>
* @todo Make it in a trait along with Thread
*/
public function getMessageHistory(array $options = []): PromiseInterface
Expand Down

0 comments on commit de95307

Please sign in to comment.