diff options
Diffstat (limited to 'discord/guild.py')
| -rw-r--r-- | discord/guild.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/guild.py b/discord/guild.py index cc2d5fa0..4a02cbd5 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -1961,7 +1961,7 @@ class Guild(Hashable): Retrieve entries after this date or entry. If a date is provided it must be a timezone-naive datetime representing UTC time. oldest_first: :class:`bool` - If set to ``True``, return entries in oldest->newest order. Defaults to True if + If set to ``True``, return entries in oldest->newest order. Defaults to ``True`` if ``after`` is specified, otherwise ``False``. user: :class:`abc.Snowflake` The moderator to filter entries from. |