Browse Source

Add another "

pull/9685/head
Developer Anonymous 11 months ago
parent
commit
94c001a2e2
  1. 2
      discord/guild.py
  2. 2
      discord/scheduled_event.py

2
discord/guild.py

@ -3152,7 +3152,7 @@ class Guild(Hashable):
reason: Optional[:class:`str`] reason: Optional[:class:`str`]
The reason for creating this scheduled event. Shows up on the audit log. The reason for creating this scheduled event. Shows up on the audit log.
recurrence_rule: Optional[:class:`ScheduledEventRecurrenceRule`] 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. a one-time event.
Raises Raises

2
discord/scheduled_event.py

@ -838,7 +838,7 @@ class ScheduledEvent(Hashable):
reason: Optional[:class:`str`] reason: Optional[:class:`str`]
The reason for editing the scheduled event. Shows up on the audit log. The reason for editing the scheduled event. Shows up on the audit log.
recurrence_rule: Optional[:class:`.ScheduledEventRecurrenceRule`] 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. one-time event.
Raises Raises

Loading…
Cancel
Save