Add support for animated guild banners

https://github.com/discord/discord-api-docs/pull/3948
This commit is contained in:
Maya
2022-02-19 14:28:36 +13:00
committed by GitHub
parent 338c960c5f
commit 0b77b52da2
2 changed files with 5 additions and 2 deletions

View File

@@ -197,6 +197,7 @@ class Guild(Hashable):
They are currently as follows:
- ``ANIMATED_BANNER``: Guild can upload an animated banner.
- ``ANIMATED_ICON``: Guild can upload an animated icon.
- ``BANNER``: Guild can upload and use a banner. (i.e. :attr:`.banner`)
- ``COMMERCE``: Guild can sell things using store channels.