Skip to content

Commit d1b03f6

Browse files
committed
Merge branch 'enum-limit' of https://github.com/Lumabots/pycord into enum-limit
2 parents 37b2af4 + a2fcb95 commit d1b03f6

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

docs/api/enums.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2681,3 +2681,24 @@ of :class:`enum.Enum`.
26812681

26822682
.. attribute:: disabled_by_discord
26832683
The application webhook is disabled by Discord.
2684+
2685+
.. class:: TeamRole
2686+
Represents a app team role.
2687+
2688+
.. versionadded:: 2.8
2689+
2690+
.. attribute:: owner
2691+
2692+
Represents the team owner role.
2693+
2694+
.. attribute:: admin
2695+
2696+
Represents the team admin role.
2697+
2698+
.. attribute:: developer
2699+
2700+
Represents the team developer role.
2701+
2702+
.. attribute:: read_only
2703+
2704+
Represents the team read only role.

0 commit comments

Comments
 (0)