We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd16dd commit 48fc518Copy full SHA for 48fc518
ChillBot/music.py
@@ -80,7 +80,10 @@ class Music:
80
81
@staticmethod
82
async def get_top_ten(id: str):
83
- """Gets the top 10 music data request"""
+ """Gets the top 10 music data request
84
+
85
+ Returns: MusicResponse
86
+ """
87
response = await Request(
88
headers={"Content-Type": "application/json"},
89
params={"user_id": id}
docs/music.rst
@@ -1,6 +1,5 @@
1
-.. currentmodule:: ChillBot.Music
2
3
-Allowance
+Music
4
=========
5
6
-.. autofunction:: get_top_ten
+.. autofunction:: ChillBot.Music.get_top_ten
0 commit comments