diff options
author | 2023-05-17 20:16:18 +0530 | |
---|---|---|
committer | 2023-05-17 20:16:18 +0530 | |
commit | cc54cb8890813f4dd781f510d1b44d155d0e8b0d (patch) | |
tree | 86fbb9113e48254f9378903304e9bf9cde5169f0 /pydis_site/apps/content/resources/guides | |
parent | add 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 'pydis_site/apps/content/resources/guides')
-rw-r--r-- | pydis_site/apps/content/resources/guides/python-guides/discordpy-subclassing-context.md | 2 |
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 |