diff options
| author | 2019-01-12 20:04:12 +0000 | |
|---|---|---|
| committer | 2019-01-12 20:04:12 +0000 | |
| commit | 98ea5c1c673ea494146bd544b9cca218fdc48829 (patch) | |
| tree | 35aa45d8ac88b5c815fa1cb4dd17b38de042dcef /bot/cogs/alias.py | |
| parent | Condense logic (diff) | |
| parent | Merge pull request #273 from python-discord/help-catch-superclass (diff) | |
Merge branch 'master' into edit-log-timestamp
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]. |