diff options
| author | 2019-01-16 23:18:57 +1000 | |
|---|---|---|
| committer | 2019-01-16 23:18:57 +1000 | |
| commit | 38c13951e883a9ce8141c2d0942104672c8e65e4 (patch) | |
| tree | d016ad628c2d7fcf0a774c518c723c8a75e2dec7 /bot/cogs/alias.py | |
| parent | Tidy, correct order of actions and notifications. (diff) | |
| parent | Merge pull request #256 from python-discord/fix-bb-emoji (diff) | |
Merge branch 'master' of https://github.com/python-discord/bot into reorder-mod-actions
# Conflicts:
# bot/cogs/modlog.py
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]. |