diff --git a/interactions/models/internal/extension.py b/interactions/models/internal/extension.py index 178ff1070..844600b7a 100644 --- a/interactions/models/internal/extension.py +++ b/interactions/models/internal/extension.py @@ -22,7 +22,7 @@ class Extension: """ - A class that allows you to separate your commands and listeners into separate files. Skins require an entrypoint in the same file called `setup`, this function allows client to load the Extension. + A class that allows you to separate your commands and listeners into separate files. Extensions require an entrypoint in the same file called `setup`, this function allows client to load the Extension. ??? Hint "Example Usage:" ```python