diff options
| author | 2019-01-17 22:44:35 +1000 | |
|---|---|---|
| committer | 2019-01-17 22:44:35 +1000 | |
| commit | 8b55f36ccf7d2cc1706e404bb806e8790130b887 (patch) | |
| tree | 2b4e5176782cb466811e21ee7d8edb791446da5d /bot/cogs/alias.py | |
| parent | Merge branch 'master' into master (diff) | |
| parent | Merge pull request #277 from python-discord/reorder-mod-actions (diff) | |
Merge branch 'master' into master
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]. |