diff options
| author | 2019-01-10 18:04:06 -0500 | |
|---|---|---|
| committer | 2019-01-10 18:04:06 -0500 | |
| commit | e1bd2c37693e863738fb5eddcd0f46ae9e484f1f (patch) | |
| tree | 0903448237027891774f262629b69d2bb9c4378e | |
| parent | Add cooldown constants to config (diff) | |
Put extra sentence in docstring clarifying arg usage
| -rw-r--r-- | bot/cogs/free.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/cogs/free.py b/bot/cogs/free.py index 8d413a69b..0010b4a90 100644 --- a/bot/cogs/free.py +++ b/bot/cogs/free.py @@ -29,6 +29,7 @@ class Free:          :param seek: How far back to check the last active message.          seek is used only when this command is invoked in a help channel. +        You cannot override seek without mentioning a user first.          When seek is 2, we are avoiding considering the last active message          in a channel to be the one that invoked this command.  |