diff options
| author | 2022-03-15 12:11:31 +0000 | |
|---|---|---|
| committer | 2022-03-15 12:11:31 +0000 | |
| commit | ccd16f598ce5088b193c2d6ca800ca7dda79250f (patch) | |
| tree | 9c1490ada8adb69df9d8a2c7c0b2158cfa4e428c /docs | |
| parent | Revert back to discord.py (diff) | |
Change all instance of disnake to discord
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/conf.py b/docs/conf.py index 6ea701e5..855a5856 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -130,7 +130,7 @@ extlinks = {  # -- Options for intersphinx extension ---------------------------------------  intersphinx_mapping = {      "python": ("https://docs.python.org/3", None), -    "disnake": ("https://docs.disnake.dev/en/latest/", None), +    "discord": ("https://discordpy.readthedocs.io/en/master/", None),      "aiohttp": ("https://docs.aiohttp.org/en/stable/", None),  } | 
