From 35bee1ee547c0187764f89065a79af6edfea3607 Mon Sep 17 00:00:00 2001 From: DJJ05 <61919313+DJJ05@users.noreply.github.com> Date: Sun, 25 Sep 2022 21:29:29 +0100 Subject: [PATCH] Add privacy_level to create_scheduled_event docstring --- discord/guild.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/discord/guild.py b/discord/guild.py index 3682fc615..c4b8220dc 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -2844,6 +2844,8 @@ class Guild(Hashable): automatically set to the appropriate entity type. If no channel is passed then the entity type is assumed to be :attr:`EntityType.external` + privacy_level: :class:`PrivacyLevel` + The privacy level of the scheduled event. image: :class:`bytes` The image of the scheduled event. location: :class:`str`