Change default for purge oldest_first to match history

This commit is contained in:
Rapptz
2022-06-13 04:54:08 -04:00
parent c232631504
commit 96e6261d61
3 changed files with 4 additions and 4 deletions

View File

@ -443,7 +443,7 @@ class Thread(Messageable, Hashable):
before: Optional[SnowflakeTime] = None,
after: Optional[SnowflakeTime] = None,
around: Optional[SnowflakeTime] = None,
oldest_first: Optional[bool] = False,
oldest_first: Optional[bool] = None,
bulk: bool = True,
reason: Optional[str] = None,
) -> List[Message]: