From 94c001a2e204d75e482d971b26138d2f188fbc10 Mon Sep 17 00:00:00 2001 From: Developer Anonymous Date: Thu, 29 Aug 2024 14:16:59 +0200 Subject: [PATCH] Add another " --- discord/guild.py | 2 +- discord/scheduled_event.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/discord/guild.py b/discord/guild.py index 2740dee01..98a03d5f7 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -3152,7 +3152,7 @@ class Guild(Hashable): reason: Optional[:class:`str`] The reason for creating this scheduled event. Shows up on the audit log. recurrence_rule: Optional[:class:`ScheduledEventRecurrenceRule`] - The recurrence rule this event will follow. If this is `None` then this is + The recurrence rule this event will follow. If this is ``None`` then this is a one-time event. Raises diff --git a/discord/scheduled_event.py b/discord/scheduled_event.py index 1ee6c9042..b57b3c96f 100644 --- a/discord/scheduled_event.py +++ b/discord/scheduled_event.py @@ -838,7 +838,7 @@ class ScheduledEvent(Hashable): reason: Optional[:class:`str`] The reason for editing the scheduled event. Shows up on the audit log. recurrence_rule: Optional[:class:`.ScheduledEventRecurrenceRule`] - The recurrence rule this event will follow, or `None` to set it to a + The recurrence rule this event will follow, or ``None`` to set it to a one-time event. Raises