All Versions
14
Latest Version
Avg Release Cycle
18 days
Latest Release
650 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.3.2 Changes
December 03, 2022 -
v2.3.1 Changes
November 27, 2022๐ Fixed
- ๐ Fixed
AttributeError
relating to the newbridge_commands
attribute onext.bridge.Bot
. (#1802)
- ๐ Fixed
-
v2.3.0 Changes
November 23, 2022โ Added
- ๐ New brief Attribute to BridgeSlashCommand. (#1676)
- ๐ Python 3.11 support. (#1680)
- ๐ New select types
user
,role
,mentionable
, andchannel
- Along with their respective types and shortcut decorators. (#1702) - โ Added support for age-restricted (NSFW) commands. (#1775)
- ๐ New flags:
PublicUserFlags.active_developer
&ApplicationFlags.active
. (#1776) - ๐ Support for new forum features including tags, default slowmode, and default sort order. (#1636)
- Support for new thread attributes
total_message_sent
andis_pinned
. (#1636) - โ Added
bridge_commands
attribute toext.bridge.Bot
for access to bridge command objects. (#1787) - โก๏ธ Updated
Guild.features
to include new and previously missing features. (#1788)
๐ Fixed
- ๐ Fix bridge.has_permissions. (#1695)
- ๐ Fix audit log overwrite type always resulting in
None
. (#1716) - ๐ Fixed error when using
suppress
kwarg insend()
. (#1719 & #1723)
๐ Changed
get_application_command()
type kwarg now defaults toApplicationCommand
, so all command types can be retrieved by default. (#1678)get_application_command()
now supports retrieving subcommands and subcommand groups. (#1678)
โ Removed
- โ Removed the guild feature
PRIVATE_THREADS
due to paywall limitation removal. (#1789)
-
v2.2.2 Changes
October 05, 2022๐ Fixed
- ๐ Fixed
parent
attribute of second level subcommands being set to the base level command instead of the direct parent. (#1673)
- ๐ Fixed
-
v2.2.1 Changes
October 05, 2022 -
v2.2.0 Changes
October 02, 2022โ Added
- ๐ New Guild Feature
INVITES_DISABLED
. (#1613) suppress
kwarg toMessageable.send()
. (#1587)proxy
andproxy_auth
params to many Webhook related methods. (#1655)delete_message_seconds
parameter in ban methods. (#1557)- ๐ New
View.get_item()
method. (#1659) - ๐ Permissions support for bridge commands. (#1642)
- ๐ New
BridgeCommand.invoke()
method. (#1642) - New
raw_mentions
,raw_role_mentions
andraw_channel_mentions
functions indiscord.utils
. (#1658) - New methods
original_response
,edit_original_response
&delete_original_response
forInteraction
objects. (#1609)
๐ Deprecated
- The
delete_message_days
parameter in ban methods is now deprecated. Please usedelete_message_seconds
instead. (#1557) - The
original_message
,edit_original_message
&delete_original_message
methods forInteraction
are now deprecated. Please use the respectiveoriginal_response
,edit_original_response
&delete_original_response
methods instead. (#1609)
๐ Fixed
- ๐ New Guild Feature
-
v2.1.3 Changes
September 06, 2022๐ Fixed
- Fix TypeError in
process_application_commands
. (#1622)
- Fix TypeError in
-
v2.1.2 Changes
September 06, 2022 -
v2.1.1 Changes
August 25, 2022๐ Fixed
- Bridge command detection in cogs. (#1592)
-
v2.1.0 Changes
August 25, 2022โ Added
- ๐ Support for add, sub, union, intersect, and inverse operations on classes inheriting
from
BaseFlags
. (#1486) - A
disable_on_timeout
kwarg in theView
constructor. (#1492) - ๐ New
mention
property forSlashCommand
objects, allowing a shortcut for the new command markdown syntax. (#1523) - An
app_commands_badge
value onApplicationFlags
. (#1535 and #1553) - A new
fetch_application
method in theClient
object. (#1536) - New
on_check_failure
event method for theView
class. (#799) - A
set_mfa_required
method toGuild
. (#1552) - ๐ Support for command groups with bridge commands. (#1496)
- ๐ Support for
Attachment
type options for bridge commands. (#1496) - ๐
is_app
property forBridgeContext
to better differentiate context types. (#1496) - ๐ Support for localization on bridge commands. (#1496)
- A
filter_params
helper function indiscord.utils
. (#1496) - ๐ Support for
InteractionMessage
via themessage
property ofView
. (#1492)
๐ Changed
- Use
slash_variant
andext_variant
attributes instead ofget_application_command()
andget_ext_command()
methods onBridgeCommand
. (#1496) - 0๏ธโฃ Set
store
kwarg default toFalse
in load_extension(s) method. (#1520) commands.has_permissions()
check now returnsTrue
in DM channels. (#1577)
๐ Fixed
- ๐ Fix
VoiceChannel
/CategoryChannel
data being invalidated onOption._invoke
. (#1490) - ๐ Fix type issues in options.py (#1473)
- ๐ Fix KeyError on AutoModActionExecution when the bot lacks the Message Content Intent. (#1521)
- ๐ Large code/documentation cleanup & minor bug fixes. (#1476)
- Fix
Option
with typestr
raising AttributeError whenmin_length
ormax_length
kwargs are passed. (#1527) - ๐ Fix
load_extensions
parameters not being passed through correctly. (#1537) - ๐ Fix
SlashCommandGroup
descriptions to use the correct default string. (#1539 and #1586) - ๐ Fix Enum type options breaking due to
from_datatype()
method & Fix minor typing import. (#1541) - Adjust category and guild
_channels
attributes to work with NoneType positions. (#1530) - ๐ Make
SelectOption.emoji
a property. (#1550) - ๐ Improve sticker creation by checking for minimum and maximum length on
name
anddescription
. (#1546) - ๐ Fix threads created with a base message being set to the wrong
message_reference
. (#1551) - ๐ Avoid unnecessary call to
sync_commands
during runtime. (#1563) - โฑ Fix bug in
Modal.on_timeout()
by usingcustom_id
to create timeout task. (#1562) - Respect limit argument in
Guild.bans()
. (#1573) - โฑ Fix
before
argument inon_scheduled_event_update
event always set toNone
by converting ID toint
. (#1580) - Fix
__eq__
methodApplicationCommand
accidentally comparing to self. (#1585) - Apply
cog_check
method toApplicationCommand
invocations. (#1575) - Fix
Interaction.edit_original_message()
usingConnectionState
instead ofInteractionMessageState
. (#1565) - ๐ Fix required parameters validation error. (#1589)
๐ Security
- ๐ Improved fix for application-based bots without the bot scope (#1584)
- ๐ Support for add, sub, union, intersect, and inverse operations on classes inheriting
from