NO player.repeat -> YES player.loop

This commit is contained in:
Parker M. 2024-10-30 21:45:09 -05:00
parent f4c855b2de
commit c1b229f34c
No known key found for this signature in database
GPG Key ID: 95CD2E0C7E329F2A

View File

@ -46,7 +46,7 @@ class Skip(commands.Cog):
except IndexError:
# If the song is on repeat, catch the IndexError and get the current song
# Otherwise, pass
if player.repeat:
if player.loop == 1:
embed = discord.Embed(
title="Song on Repeat",
description="There is nothing in queue, but the current song is on repeat. Use </stop:1224840890866991305> to stop playing music.",