Fix various typos within the documentation

This commit is contained in:
Evanroby
2026-05-21 10:34:20 -04:00
committed by GitHub
parent d354614b10
commit 6161aa9561
6 changed files with 13 additions and 14 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ There comes a time in the bot development when you want to extend the bot functi
Primer
--------
An extension at its core is a python file with an entry point called ``setup``. This setup function must be a Python coroutine. It takes a single parameter -- the :class:`~.commands.Bot` that loads the extension.
An extension at its core is a Python file with an entry point called ``setup``. This setup function must be a Python coroutine. It takes a single parameter -- the :class:`~.commands.Bot` that loads the extension.
An example extension looks like this: