Skip to content

Commit ca33380

Browse files
committed
Updates for discord.py 1.6.0
1 parent 1dc5405 commit ca33380

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

discord-stubs/guild.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ class Guild(Hashable):
240240
vanity_code: str = ...,
241241
system_channel: Optional[TextChannel] = ...,
242242
system_channel_flags: SystemChannelFlags = ...,
243+
preferred_locale: str = ...,
243244
rules_channel: Optional[TextChannel] = ...,
244245
public_updates_channel: Optional[TextChannel] = ...,
245246
) -> None: ...

poetry.lock

Lines changed: 6 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ typing-extensions = "^3.7.4"
2222

2323
[tool.poetry.dev-dependencies]
2424
black = "^20.8b1"
25-
"discord.py" = {git = "https://github.com/Rapptz/discord.py", rev = "be1829615ce5b340dce3f49ef4c12d7b74dcba8c"}
25+
"discord.py" = "^1.6.0"
2626
flake8 = "^3.8.4"
2727
flake8-pyi = "^20.10.0"
2828
isort = "^5.7.0"

0 commit comments

Comments
 (0)