discordrb
discordrb copied to clipboard
Discord API for Ruby
For some unknown reason I was banned from the development Discord server, so I come to make the request directly here ... The interval does not correspond at all to...
In order to match the official API, the maximum value is increased from 120 to 21600 Issue #175
# Summary RBS is supported by default with `Ruby ~>3.0`. This is an experiment to add types to the ruby classes in the library. ## Added - [Steep](https://github.com/soutaro/steep) - [RBS](https://github.com/ruby/rbs)...
# Summary Expose user flags ## Added - User#staff? - User#partner? - User#hypesquad? - User#bug_hunter_level_1? - User#hypesquad_online_house_1? - User#hypesquad_online_house_2? - User#hypesquad_online_house_3? - User#premium_early_supporter? - User#team_pseudo_user? - User#bug_hunter_level_2? - User#verified_bot? -...
## Description When calling `Channel#history` with a limit larger than the amount of messages that exist in the channel, it would seem like the method is attempting to get author...
# Summary `Bot#gateway_check` is a common method used to assert that a gateway connection is active, called as the first step in many bot methods. By using the three argument...
# Summary Clarifies logging in the gateway code to explain what's happening and what went wrong. Fixes #168. The below snippets contrast the output in the case that `identify` is...
As it stands, the 'upgrade' to API v9 scheduled for release 3.5.0 will break backwards compatibility, because intents are now enforced. This means that attempting to initialise a bot with...
Hello, I was wondering if there is any interest in having the `member_update()` event trigger when a user's nickname in a server is updated, not just their roles. I have...
# Summary Will fill this out later. For now, I'm just posting it as a draft for tracking purposes. It should be noted that I based this branch on #156,...