third !cover fix
This commit is contained in:
parent
939f4e1193
commit
1b721b8238
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ def setup(bot: bot.Bot):
|
|||
|
||||
if not user.get_now_playing:
|
||||
last_played = user.get_recent_tracks(limit=2)
|
||||
albumobj = last_played[0].track.get_album()
|
||||
albumobj = last_played[1].track.get_album()
|
||||
|
||||
else: albumobj = user.get_now_playing().get_album()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue