Skip to content

Change method name to retrieve reactions from a channel message, and update support arguments #224

@joelzwarrington

Description

@joelzwarrington
  1. Discordrb::API::Channel.get_reactions, should be changed to #reactions to match other methods and ruby syntax.
  2. before is not a supported argument1
  3. after should be optional, instead of being a required argument right now

def get_reactions(token, channel_id, message_id, emoji, before_id, after_id, limit = 100)

Footnotes

  1. https://discord.com/developers/docs/resources/channel#get-reactions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions