diff options
| author | 2018-11-26 02:42:55 -0800 | |
|---|---|---|
| committer | 2018-11-26 11:42:55 +0100 | |
| commit | 36f6952e635c304e7495814530864c748608270d (patch) | |
| tree | 535bcedaab7762419e03fd666568c68cc77c7c0b /bot/cogs/alias.py | |
| parent | Restore superstar nickname after member leaves and rejoins (#207) (diff) | |
Update Dependencies (#196)
* update & clean up dependencies
* fix lint errors
* move requests to non-dev packages
* Empty commit to fix CI
* switch discord.py to a git dependency
* remove PIPENV_VENV_IN_PROJECT
* make pipenv install verbose
* specify checkout directory for editable dependencies
* exclude cache directory from linting
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 ea36b5ebd..12edb202f 100644 --- a/bot/cogs/alias.py +++ b/bot/cogs/alias.py @@ -153,7 +153,7 @@ class Alias:      @get_group_alias.command(name="tags", aliases=("tag", "t"), hidden=True)      async def tags_get_alias( -            self, ctx: Context, *, tag_name: TagNameConverter=None +            self, ctx: Context, *, tag_name: TagNameConverter = None      ):          """          Alias for invoking <prefix>tags get [tag_name].  |