diff options
| author | Rapptz <[email protected]> | 2021-07-30 23:10:36 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-07-30 23:10:36 -0400 |
| commit | 6beef898c6254524b24609341fe150f60bbee798 (patch) | |
| tree | d277e0dfd26d9916a47dd78768d3b1d29d22a5b2 /discord/member.py | |
| parent | Fix SyncWebhook not working across thread barriers (diff) | |
| download | discord.py-6beef898c6254524b24609341fe150f60bbee798.tar.xz discord.py-6beef898c6254524b24609341fe150f60bbee798.zip | |
Rename instances of nitro to premium
Diffstat (limited to 'discord/member.py')
| -rw-r--r-- | discord/member.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/member.py b/discord/member.py index 84d6adfb..7550fd9b 100644 --- a/discord/member.py +++ b/discord/member.py @@ -247,7 +247,7 @@ class Member(discord.abc.Messageable, _UserTag): .. versionadded:: 1.6 premium_since: Optional[:class:`datetime.datetime`] An aware datetime object that specifies the date and time in UTC when the member used their - Nitro boost on the guild, if available. This could be ``None``. + "Nitro boost" on the guild, if available. This could be ``None``. """ __slots__ = ( |