From 953e255becbb1ba3daac96f07f2841d820ca931e Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Tue, 22 Feb 2022 21:27:35 +0000 Subject: Migrate to using disnake over Discord.py 2.0a0 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index 476a4d36..73de7daf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -129,7 +129,7 @@ extlinks = { # -- Options for intersphinx extension --------------------------------------- intersphinx_mapping = { "python": ("https://docs.python.org/3", None), - "discord": ("https://discordpy.readthedocs.io/en/master/", None), + "disnake": ("https://docs.disnake.dev/en/latest/", None), } -- cgit v1.2.3