diff options
author | 2023-05-17 01:00:43 +0530 | |
---|---|---|
committer | 2023-05-17 01:00:43 +0530 | |
commit | 16e23cd5f817908a5f2bdba3c2dea76c012172de (patch) | |
tree | 49bee941cb9d6d7150e0a59bfda1889c826008ce /pydis_site/apps | |
parent | correct return type annotation for get_launch_time_str function (diff) |
highlight 'Bot' in the description with backticks.
Diffstat (limited to 'pydis_site/apps')
-rw-r--r-- | pydis_site/apps/content/resources/guides/python-guides/subclassing_bot.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/content/resources/guides/python-guides/subclassing_bot.md b/pydis_site/apps/content/resources/guides/python-guides/subclassing_bot.md index 1be6e485..da71fdba 100644 --- a/pydis_site/apps/content/resources/guides/python-guides/subclassing_bot.md +++ b/pydis_site/apps/content/resources/guides/python-guides/subclassing_bot.md @@ -1,6 +1,6 @@ --- title: Subclassing Bot -description: "Subclassing the discord.py Bot class to add more functionality and customizability." +description: "Subclassing the discord.py `Bot` class to add more functionality and customizability." --- ## Basic Subclassing |