You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that the 1:1 mappings are inconsistent, as I've seen something like .message or .messages which is not a 1:1 mapping.
In my opinion, when building a Ruby client, you should try to use the same vocabulary/syntax that Ruby developers would expect. Of course this is only an opinion, but this is what I suggest to make it easier to understand and more 'ruby' like.
Discordrb::API::Channel.get_reactions
, should be changed to#reactions
to match other methods and ruby syntax.before
is not a supported argument1after
should 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 ↩
The text was updated successfully, but these errors were encountered: