diff options
| author | 2019-01-12 18:13:48 +0000 | |
|---|---|---|
| committer | 2019-01-12 18:13:48 +0000 | |
| commit | e9085c95a2d72d3a7d774eba266ac431d1c741e5 (patch) | |
| tree | d9bc16ea6260c2edcb40457e8891d3397a0af9fe /bot/cogs/alias.py | |
| parent | Changing check-specific exception to superclass exception so help doesn't bre... (diff) | |
| parent | Merge pull request #266 from python-discord/bigbrother-add-watch-message-to-h... (diff) | |
Merge branch 'master' into help-catch-superclass
Diffstat (limited to '')
| -rw-r--r-- | bot/cogs/alias.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/alias.py b/bot/cogs/alias.py index 2ce4a51e3..0b848c773 100644 --- a/bot/cogs/alias.py +++ b/bot/cogs/alias.py @@ -71,7 +71,7 @@ class Alias: @command(name="watch", hidden=True) async def bigbrother_watch_alias( - self, ctx, user: User, *, reason: str = None + self, ctx, user: User, *, reason: str ): """ Alias for invoking <prefix>bigbrother watch user [text_channel]. |