diff options
| author | Nadir Chowdhury <[email protected]> | 2021-06-28 05:01:13 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-28 00:01:13 -0400 |
| commit | f7b0ed7b1232896145251dfd876a8c4d4612de0a (patch) | |
| tree | 3f552ec3548e05a251c70a469793de392d72c33e /docs/api.rst | |
| parent | Fix Category.create_x_channel raising without overwrites (diff) | |
| download | discord.py-f7b0ed7b1232896145251dfd876a8c4d4612de0a.tar.xz discord.py-f7b0ed7b1232896145251dfd876a8c4d4612de0a.zip | |
Add ButtonStyle.gray alias
Diffstat (limited to 'docs/api.rst')
| -rw-r--r-- | docs/api.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/api.rst b/docs/api.rst index 1d681c78..05402072 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1430,6 +1430,9 @@ of :class:`enum.Enum`. .. attribute:: grey An alias for :attr:`secondary`. + .. attribute:: gray + + An alias for :attr:`secondary`. .. attribute:: green An alias for :attr:`success`. |