-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: Define path when filename is given to send_file (#92) * fix: Check roles method instead of role_ids * refactor: Move View to webhooks (#103) * refactor: Move View to webhooks * fix: Use Webhooks::View::COMPONENT_TYPES * fix: Correct use of positional argument in Webhook#execute * fix: Add alias with deprecation notice * feat!: Remove restricted channels check (#101) * refactor: Use chunk_index and chunk_count to determine chunk status. (#102) * refactor: Use chunk_index and chunk_count to determine chunk status. * refactor: additional chunking changes * fix: apply requested changes * fix: force guild recache from GUILD_CREATE (#104) * fix: rescue from internal errors instead of rest-client (#106) * feat: v4.0 API client WIP * feat: Add guild endpoints * feat: webhook endpoints * feat: Migrate to new API client internally * refactor: Use faraday in discordrb/webhooks. Switch gateway JSON to use symbols * refactor: Use faraday in discordrb/webhooks. Switch gateway JSON to use symbols * refactor!: Remove unsupported API methods * refactor!: Remove old API methods * fix: Remove further references to rest-client
- Loading branch information
Showing
80 changed files
with
3,495 additions
and
2,644 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,3 +66,6 @@ Style/SingleLineBlockParams: | |
Methods: | ||
- reduce: [m, e] | ||
- inject: [m, e] | ||
|
||
Layout/EndOfLine: | ||
EnforcedStyle: lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# frozen_string_literal: true | ||
|
||
require 'rest-client' | ||
require 'json' | ||
require 'time' | ||
|
||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.