From e48f251121542eaaaa794b7900cb7ebad66106fb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 04:24:29 +0000 Subject: [PATCH] style(pre-commit): auto fixes from pre-commit.com hooks --- discord/channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/channel.py b/discord/channel.py index f16591db48..5cd70f52f7 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -1490,7 +1490,7 @@ class VoiceChannel(discord.abc.Messageable, VocalGuildChannel): in this channel. A value of `0` denotes that it is disabled. Bots and users with :attr:`~Permissions.manage_channels` or :attr:`~Permissions.manage_messages` bypass slowmode. - + .. versionadded:: 2.5 flags: :class:`ChannelFlags` Extra features of the channel.