Browse Source

Add COMMUNITY to Guild.features

pull/5793/head
Alex Nørgaard 5 years ago
committed by GitHub
parent
commit
5e4f3780ed
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      discord/guild.py

1
discord/guild.py

@ -138,6 +138,7 @@ class Guild(Hashable):
- ``MORE_EMOJI``: Guild is allowed to have more than 50 custom emoji.
- ``DISCOVERABLE``: Guild shows up in Server Discovery.
- ``FEATURABLE``: Guild is able to be featured in Server Discovery.
- ``COMMUNITY``: Guild is a community server.
- ``COMMERCE``: Guild can sell things using store channels.
- ``PUBLIC``: Guild is a public guild.
- ``NEWS``: Guild can create news channels.

Loading…
Cancel
Save