diff options
| -rw-r--r-- | bot/cogs/bigbrother.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/cogs/bigbrother.py b/bot/cogs/bigbrother.py index 289bc47aa..b68785161 100644 --- a/bot/cogs/bigbrother.py +++ b/bot/cogs/bigbrother.py @@ -379,8 +379,8 @@ class BigBrother: """ Nominates a user for the helper role by adding them to the talent-pool channel - A `reason` for watching is required, which is added for the user to be watched as a - note (aka: shadow warning) + A `reason` for the nomination is required and will be added as a note to + the user's records. """ # Note: This function is called from HelperNomination.nominate_command so that the |