Added auto-disconnect feature
This commit is contained in:
@@ -203,9 +203,9 @@ else:
|
||||
ctx.voice_client.play(
|
||||
player, after=lambda e: print(f"Player error: {e}") if e else None
|
||||
)
|
||||
while ctx.is_playing():
|
||||
while ctx.voice_client:
|
||||
await asyncio.sleep(1)
|
||||
await ctx.disconnect()
|
||||
await ctx.voice_client.disconnect()
|
||||
await ctx.respond(f"{success}Now playing: `{player.title}`\nRequested by {ctx.author.mention}")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user