diff options
Diffstat (limited to 'discord/flags.py')
| -rw-r--r-- | discord/flags.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/flags.py b/discord/flags.py index 1a3ca792..b21e4ed8 100644 --- a/discord/flags.py +++ b/discord/flags.py @@ -205,7 +205,7 @@ class SystemChannelFlags(BaseFlags): @flag_value def premium_subscriptions(self): - """:class:`bool`: Returns ``True`` if the system channel is used for Nitro boosting notifications.""" + """:class:`bool`: Returns ``True`` if the system channel is used for "Nitro boosting" notifications.""" return 2 @flag_value |