diff options
| author | 2019-01-14 12:36:28 +0100 | |
|---|---|---|
| committer | 2019-01-14 12:36:28 +0100 | |
| commit | e83b86cd06595c4f1cea8c2ce2a2e2535b33505d (patch) | |
| tree | 1958afd3b4104a50f7df4813e84c995939e61425 /bot/cogs/alias.py | |
| parent | Merge pull request #215 from python-discord/user_command_improvements (diff) | |
Separating the potential helper watch and bb watch by adding a separate nominate-command
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 0b848c773..0e6b3a7c6 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 + self, ctx: Context, user: User, *, reason: str ): """ Alias for invoking <prefix>bigbrother watch user [text_channel]. |