-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support multiple embeds #194
Commits on Mar 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1f1b221 - Browse repository at this point
Copy the full SHA 1f1b221View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6355ba - Browse repository at this point
Copy the full SHA e6355baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e5008e - Browse repository at this point
Copy the full SHA 8e5008eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 497a445 - Browse repository at this point
Copy the full SHA 497a445View commit details -
Fix the call to a modal from a message containing a button
In this case, @message contains a Hash instead of a Message, preventing to call the .components method on it. So we instantiate a Message object if it is a Hash.
Configuration menu - View commit details
-
Copy full SHA for 9860798 - Browse repository at this point
Copy the full SHA 9860798View commit details -
Adding the new select components
+ string_select (old select_menu) + user_select + role_select + mentionable_select + channel_select
Configuration menu - View commit details
-
Copy full SHA for 1cde13b - Browse repository at this point
Copy the full SHA 1cde13bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 219c2d2 - Browse repository at this point
Copy the full SHA 219c2d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ca378f - Browse repository at this point
Copy the full SHA 8ca378fView commit details -
Added an example file to create, edit, delete a Webhook
Was used as a debugging tool to see why the Webhook#update test was failing in Ruby 3+
Configuration menu - View commit details
-
Copy full SHA for 81b9691 - Browse repository at this point
Copy the full SHA 81b9691View commit details -
Bugfix - Webhook#update method cannot be used in Ruby 3+
+ update_webhook(**data) will solve the problem in Ruby 3+ + The addition of "if data.key?(:channel)" fixes a bug also present in Ruby 2.7
Configuration menu - View commit details
-
Copy full SHA for 0ded518 - Browse repository at this point
Copy the full SHA 0ded518View commit details -
Added arguments to match the official API version
Currently, it is impossible to access more than the first 1000 bans in the list because of these missing arguments. https://discord.com/developers/docs/resources/guild#get-guild-bans
Configuration menu - View commit details
-
Copy full SHA for ce7d5dc - Browse repository at this point
Copy the full SHA ce7d5dcView commit details -
Fix the problem preventing the creation and editing of messages with …
…multiple embeds Issues shardlab#132
Configuration menu - View commit details
-
Copy full SHA for a3bec22 - Browse repository at this point
Copy the full SHA a3bec22View commit details