diff options
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 7824b2c6b..2ce4a51e3 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 = None      ):          """          Alias for invoking <prefix>bigbrother watch user [text_channel]. | 
