From 01c5c6614ca65216db13e9c420b139bda2c29757 Mon Sep 17 00:00:00 2001 From: RohanJnr Date: Wed, 17 May 2023 01:02:14 +0530 Subject: remove typo --- .../apps/content/resources/guides/python-guides/subclassing_bot.md | 3 +-- 1 file changed, 1 insertion(+), 2 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 da71fdba..f2b70e33 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 @@ -55,5 +55,4 @@ async def start_time(ctx): token = YOUR_TOKEN_HERE bot.run(token) ``` -With the above example, you are not required to change any of the existing or future code, it is identical to code done without subclassing bot. -ty \ No newline at end of file +With the above example, you are not required to change any of the existing or future code, it is identical to code done without subclassing bot. \ No newline at end of file -- cgit v1.2.3