#search_guild_members API call.
#search_members method.
Fixed
Fixes the following warning by adding Base64 as an explicit dependency.
ruby/3.3.0/gems/discordrb-3.5.0/lib/discordrb/data.rb:18: warning: base64 was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add base64 to your Gemfile or gemspec. Also contact author of discordrb-3.5.0 to add base64 into its gemspec.
Summary
Adds the search guild members endpoint and a corresponding abstraction for the server object.
Added
#search_guild_members
API call.#search_members
method.Fixed
Fixes the following warning by adding Base64 as an explicit dependency.