diff --git a/changelog/1233.feature.rst b/changelog/1233.feature.rst new file mode 100644 index 0000000000..5a2cea0fa0 --- /dev/null +++ b/changelog/1233.feature.rst @@ -0,0 +1,2 @@ +For interactions in private channels, :attr:`Interaction.channel` is now always a proper :class:`DMChannel` or :class:`GroupChannel` object, instead of :class:`PartialMessageable`. +- This also applies to other channel objects in interactions, e.g. channel parameters in slash commands, or :attr:`ui.ChannelSelect.values`.