diff options
| author | 2019-01-14 12:58:45 +0100 | |
|---|---|---|
| committer | 2019-01-14 12:58:45 +0100 | |
| commit | 0f501deddfc1ec5bf82b5bfdc1dc07dfd63b1a8e (patch) | |
| tree | ccaaee178321f8d66b57e2419d80cdbb4b203939 | |
| parent | Separating the potential helper watch and bb watch by adding a separate nomin... (diff) | |
Updating docstring for 'bigbrother nominate' command so it's equal to 'nominate'
| -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 |