diff options
| author | 2020-07-18 13:37:38 -0700 | |
|---|---|---|
| committer | 2020-07-31 23:01:26 -0700 | |
| commit | c9a3a73c93d553b65df282dd5a42fa694dd3dfe2 (patch) | |
| tree | 36b519763aa86c4b8f5143b3ca6a622ee34c94f9 | |
| parent | Decorators: use type aliases from function module (diff) | |
Decorators: remove redundant word in docstring
| -rw-r--r-- | bot/decorators.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/decorators.py b/bot/decorators.py index eefe2f9ba..cffd97440 100644 --- a/bot/decorators.py +++ b/bot/decorators.py @@ -38,7 +38,7 @@ def in_whitelist(      - `channels`: a container with channel ids for whitelisted channels      - `categories`: a container with category ids for whitelisted categories -    - `roles`: a container with with role ids for whitelisted roles +    - `roles`: a container with role ids for whitelisted roles      If the command was invoked in a context that was not whitelisted, the member is either      redirected to the `redirect` channel that was passed (default: #bot-commands) or simply | 
