Skip to content

Commit fab80e0

Browse files
authored
docs: remove Skins in Extension docstring (#1559)
https://discord.com/channels/789032594456576001/1160026100001427476 Signed-off-by: Nathan Spees <[email protected]>
1 parent aa4b497 commit fab80e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interactions/models/internal/extension.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
class Extension:
2424
"""
25-
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.
25+
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.
2626
2727
??? Hint "Example Usage:"
2828
```python

0 commit comments

Comments
 (0)