diff options
| author | 2019-01-19 21:33:04 +1000 | |
|---|---|---|
| committer | 2019-01-19 21:33:04 +1000 | |
| commit | 289aa79b1d9e4dd5d121639e144142373a6bef1b (patch) | |
| tree | 74fa8b0394435f070b1106b9d01edaf8ca0efdad /bot/cogs/alias.py | |
| parent | Merge pull request #271 from python-discord/update-contrib-doc (diff) | |
| parent | Merge branch 'master' into helper-talent-pool (diff) | |
Merge pull request #276 from python-discord/helper-talent-pool
A talent pool for potential helpers
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]. |