mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22:59 +00:00
Fix permissions-based docstrings to be more consistent
This commit is contained in:
@ -315,7 +315,7 @@ class ScheduledEvent(Hashable):
|
||||
|
||||
Edits the scheduled event.
|
||||
|
||||
Requires :attr:`~Permissions.manage_events` permissions.
|
||||
You must have :attr:`~Permissions.manage_events` to do this.
|
||||
|
||||
Parameters
|
||||
-----------
|
||||
@ -470,7 +470,7 @@ class ScheduledEvent(Hashable):
|
||||
|
||||
Deletes the scheduled event.
|
||||
|
||||
Requires :attr:`~Permissions.manage_events` permissions.
|
||||
You must have :attr:`~Permissions.manage_events` to do this.
|
||||
|
||||
Parameters
|
||||
-----------
|
||||
|
Reference in New Issue
Block a user