toxicrecker / DiscordUtils

MIT License
72 stars 48 forks source link

Skip function in DiscordUtils.Music() #29

Closed YaNawMe closed 3 years ago

YaNawMe commented 3 years ago

Everything works as is but the data that is being sent to me by the skip command, namely the old and new song name, displays the same name. I'm using the sample code for async def skip on DiscordUtils.Music()

image image

42Willow commented 3 years ago

This happened to me too, I just removed the \nNow Playing: {data[1].name} part for now.

toxicrecker commented 3 years ago

fixing in the next update which is coming very soon (1-2 days)