Method: Discorb::Reaction#fetch_users
- Defined in:
- lib/discorb/reaction.rb
#fetch_users ⇒ Async::Task<Array<Discorb::User>>
Fetch the user that reacted with this emoji.
38 39 40 |
# File 'lib/discorb/reaction.rb', line 38 def fetch_users(...) .fetch_reacted_users(@emoji, ...) end |