Skip to content

Commit 48fc518

Browse files
committed
yrdy
1 parent 8bd16dd commit 48fc518

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ChillBot/music.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@ class Music:
8080

8181
@staticmethod
8282
async def get_top_ten(id: str):
83-
"""Gets the top 10 music data request"""
83+
"""Gets the top 10 music data request
84+
85+
Returns: MusicResponse
86+
"""
8487
response = await Request(
8588
headers={"Content-Type": "application/json"},
8689
params={"user_id": id}

docs/music.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
.. currentmodule:: ChillBot.Music
21

3-
Allowance
2+
Music
43
=========
54

6-
.. autofunction:: get_top_ten
5+
.. autofunction:: ChillBot.Music.get_top_ten

0 commit comments

Comments
 (0)