Added auto-disconnect feature

This commit is contained in:
Lukas Blacha
2023-02-08 18:53:20 +01:00
parent daaa120594
commit fb0a12c213

View File

@@ -204,6 +204,7 @@ else:
player, after=lambda e: print(f"Player error: {e}") if e else None
)
await ctx.respond(f"{success}Now playing: `{player.title}`\nRequested by {ctx.author.mention}")
print(dir(ctx.voice_client))
while ctx.voice_client.is_playing():
asyncio.sleep(1)
else: