1. `Discordrb::API::Channel.get_reactions`, should be changed to `#reactions` to match other methods and ruby syntax. 2. `before` is not a supported argument[^1] 3. `after` should be optional, instead of being a required argument right now https://github.com/shardlab/discordrb/blob/4551619ecdfacf438ad1dd18b55e1906effaf80a/lib/discordrb/api/channel.rb#L203 [^1]: https://discord.com/developers/docs/resources/channel#get-reactions
Discordrb::API::Channel.get_reactions, should be changed to#reactionsto match other methods and ruby syntax.beforeis not a supported argument1aftershould be optional, instead of being a required argument right nowdiscordrb/lib/discordrb/api/channel.rb
Line 203 in 4551619
Footnotes
https://discord.com/developers/docs/resources/channel#get-reactions ↩