Skip to content

Commit

Permalink
Updates for discord.py 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanforbes committed Jan 8, 2021
1 parent 1dc5405 commit ca33380
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
1 change: 1 addition & 0 deletions discord-stubs/guild.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ class Guild(Hashable):
vanity_code: str = ...,
system_channel: Optional[TextChannel] = ...,
system_channel_flags: SystemChannelFlags = ...,
preferred_locale: str = ...,
rules_channel: Optional[TextChannel] = ...,
public_updates_channel: Optional[TextChannel] = ...,
) -> None: ...
Expand Down
16 changes: 6 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ typing-extensions = "^3.7.4"

[tool.poetry.dev-dependencies]
black = "^20.8b1"
"discord.py" = {git = "https://github.com/Rapptz/discord.py", rev = "be1829615ce5b340dce3f49ef4c12d7b74dcba8c"}
"discord.py" = "^1.6.0"
flake8 = "^3.8.4"
flake8-pyi = "^20.10.0"
isort = "^5.7.0"
Expand Down

0 comments on commit ca33380

Please sign in to comment.