Skip to content

Commit

Permalink
docs: remove Skins in Extension docstring (#1559)
Browse files Browse the repository at this point in the history
https://discord.com/channels/789032594456576001/1160026100001427476

Signed-off-by: Nathan Spees <84055084+Catalyst4222@users.noreply.github.com>
  • Loading branch information
Catalyst4222 authored Oct 7, 2023
1 parent aa4b497 commit fab80e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interactions/models/internal/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fab80e0

Please sign in to comment.