aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-03-15 12:11:31 +0000
committerGravatar Chris Lovering <[email protected]>2022-03-15 12:11:31 +0000
commitccd16f598ce5088b193c2d6ca800ca7dda79250f (patch)
tree9c1490ada8adb69df9d8a2c7c0b2158cfa4e428c /docs/conf.py
parentRevert back to discord.py (diff)
Change all instance of disnake to discord
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
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),
}