diff options
| author | Rapptz <[email protected]> | 2021-07-01 20:42:56 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-07-01 20:42:56 -0400 |
| commit | 4f0e907e442e7add627622967fae8b37b4387cf3 (patch) | |
| tree | ac9b41c3e73ec4fa1100420fc166fddfc797be72 /docs | |
| parent | Show Select.values more prominently in the documentation (diff) | |
| download | discord.py-4f0e907e442e7add627622967fae8b37b4387cf3.tar.xz discord.py-4f0e907e442e7add627622967fae8b37b4387cf3.zip | |
Add ButtonStyle.url alias for ButtonStyle.link
Diffstat (limited to 'docs')
| -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 b8aacb88..12dcfde1 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -1441,6 +1441,9 @@ of :class:`enum.Enum`. .. attribute:: red An alias for :attr:`danger`. + .. attribute:: url + + An alias for :attr:`link`. .. class:: VoiceRegion |