Update dependency py-cord to v2.6.0 #26
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/py-cord-2.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==2.5.0
->==2.6.0
Release Notes
Pycord-Development/pycord (py-cord)
v2.6.0
Compare Source
Added
banner
parameter toClientUser.edit
.(#2396)
user
argument toPaginator.edit
.(#2390)
bridge_option
decorator. Required forbridge.Bot
in 2.7.(#2417)
Guild.search_members
.(#2418)
Guild.bulk_ban
.(#2421)
member
data to theraw_reaction_remove
event.(#2412)
Poll
and all related features.(#2408)
stacklevel
param toutils.warn_deprecated
andutils.deprecated
.(#2450)
(#2409)
(#2438)
Attachment.title
.(#2486)
MemberFlags
. (#2489)bypass_verification
parameter toMember.edit
.(#2489)
RoleFlags
. (#2487)MessageCall
information.(#2488)
Fixed
Member.move_to
andMember.edit
to reflect actualbehavior. (#2386)
python -m discord -v
by replacing the deprecated module.
(#2392)
Paginator.edit
to no longer set user to the bot.(#2390)
NameError
in some instances ofInteraction
.(#2402)
PartialMessage.id
being of typestr
.(#2406)
ScheduledEvent.subscribers
to reflect actual behavior.(#2400)
ScheduledEvent.subscribers
behavior withlimit=None
.(#2407)
Interaction._guild
in certain cases.(#2411)
parameter_name
.(#2417)
embed=None
causingAttributeError
onPartialMessage.edit
.(#2446)
(#2448)
application_id
inEntitlement.delete
.(#2458)
Option
types with long descriptions or too many values.(#2463)
(#2457)
AttributeError
due todiscord.Option
being initialised withinput_type
setto
None
. (#2464)remove_application_command
causing issues while reloading extensions.(#2480)
(#2371)
(#2492)
Changed
Guild.bitrate_limit
toint
.(#2387)
(#2395)
option
decorator now acceptsinput_type
.(#2417)
Option
may be used instead ofBridgeOption
until 2.7.(#2417)
Guild.query_members
now acceptslimit=None
to retrieve all members.(#2419)
ApplicationCommand.guild_only
is now deprecated in favor ofApplicationCommand.contexts
.(#2409)
Message.interaction
is now deprecated in favor ofMessage.interaction_metadata
.(#2409)
Client.fetch_entitlements
withClient.entitlements
, which returns anEntitlementIterator
.(#2490)
subcommand group. (#2275)
Removed
delete_message_days
parameter from ban methods. Please usedelete_message_seconds
instead.(#2421)
oldest_first
parameter fromGuild.audit_logs
in favor of thebefore
and
after
parameters.(#2371)
vanity_code
parameter fromGuild.edit
.(#2491)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
Renovate Ignore Notification
Because you closed this PR without merging, Renovate will ignore this update (
==2.6.0
). You will get a PR once a newer version is released. To ignore this dependency forever, add it to theignoreDeps
array of your Renovate config.If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.