diff options
| author | Skezza <[email protected]> | 2020-07-07 10:25:37 +0100 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-07-22 23:15:16 -0400 |
| commit | 2552a268cb3bb2acf529239fa6578ff96feee286 (patch) | |
| tree | 01d065bf67e27b581d97070cdf496d19117c9862 /discord/guild.py | |
| parent | Add Guild.change_voice_state to control our voice state. (diff) | |
| download | discord.py-2552a268cb3bb2acf529239fa6578ff96feee286.tar.xz discord.py-2552a268cb3bb2acf529239fa6578ff96feee286.zip | |
Add double backticks for some parameter mentions in the documentation.
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. |