You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried the bot, but although all commands work perfectly the play one doesn't, I think that the problem is in:
search = await wavelink.YouTubeTrack.search(query=search, return_first=True)
because I tried some print() statements to see where the function blocks, and it blocks exactly before it:
I tried the bot, but although all commands work perfectly the play one doesn't, I think that the problem is in:
search = await wavelink.YouTubeTrack.search(query=search, return_first=True)
because I tried some print() statements to see where the function blocks, and it blocks exactly before it:
@commands.command(name="play")
async def play_command(self, ctx: commands.Context, , search: str): #,
print("1, "+search)
search = await wavelink.YouTubeTrack.search(query=search, return_first=True)
print("2, "+search)
The only print I get is: 1, "search" that I choose for example Never Gonna Give You Up!
The text was updated successfully, but these errors were encountered: