discord-php / DiscordPHP

An API to interact with the popular messaging app Discord
MIT License
992 stars 236 forks source link

Add reactions::fetch() #1181

Closed SQKo closed 12 months ago

SQKo commented 12 months ago

Example:

$message->reactions->fetch('a:cat_meow_party:670402601266970634', true)->done('var_dump');
$message->reactions->fetch('cat_meow_party:670402601266970634', true)->done('var_dump');
$message->reactions->fetch('🙏', true)->done('var_dump');

Tested