aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar RohanJnr <[email protected]>2023-05-17 20:16:18 +0530
committerGravatar RohanJnr <[email protected]>2023-05-17 20:16:18 +0530
commitcc54cb8890813f4dd781f510d1b44d155d0e8b0d (patch)
tree86fbb9113e48254f9378903304e9bf9cde5169f0
parentadd reference link for overriding context and fix link for subclassing bot (diff)
add reference link for overriding context and fix link for subclassing bot
Diffstat (limited to '')
-rw-r--r--pydis_site/apps/content/resources/guides/python-guides/discordpy-subclassing-context.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/guides/python-guides/discordpy-subclassing-context.md b/pydis_site/apps/content/resources/guides/python-guides/discordpy-subclassing-context.md
index b77cb0f9..7f43c50f 100644
--- a/pydis_site/apps/content/resources/guides/python-guides/discordpy-subclassing-context.md
+++ b/pydis_site/apps/content/resources/guides/python-guides/discordpy-subclassing-context.md
@@ -3,7 +3,7 @@ title: Subclassing Context in discord.py
description: "Subclassing the default `commands.Context` class to add more functionability and customizability."
---
-Start by reading the guide on [subclassing the `Bot` class](./subclassing_bot.md). A subclass of Bot has to be used to
+Start by reading the guide on [subclassing the `Bot` class](../subclassing_bot.md). A subclass of Bot has to be used to
inject your custom context subclass into discord.py.
## Overview