We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb63b2 commit f301472Copy full SHA for f301472
docs/index.rst
@@ -6,4 +6,5 @@ ChillBot.py
6
:maxdepth: 2
7
:caption: Contents:
8
9
- music.rst
+ music.rst
10
+ exceptions.rst
setup.py
@@ -22,5 +22,6 @@ def parse_long_description():
22
python_requires=">=3.10",
23
project_urls={
24
"Homepage": "https://github.com/RainzDev/ChillBot.py",
25
+ "Documentation": "https://chillbotpy.readthedocs.io/en/latest/index.html",
26
}
27
)
0 commit comments