NO player.repeat -> YES player.loop
This commit is contained in:
parent
f4c855b2de
commit
c1b229f34c
@ -46,7 +46,7 @@ class Skip(commands.Cog):
|
|||||||
except IndexError:
|
except IndexError:
|
||||||
# If the song is on repeat, catch the IndexError and get the current song
|
# If the song is on repeat, catch the IndexError and get the current song
|
||||||
# Otherwise, pass
|
# Otherwise, pass
|
||||||
if player.repeat:
|
if player.loop == 1:
|
||||||
embed = discord.Embed(
|
embed = discord.Embed(
|
||||||
title="Song on Repeat",
|
title="Song on Repeat",
|
||||||
description="There is nothing in queue, but the current song is on repeat. Use </stop:1224840890866991305> to stop playing music.",
|
description="There is nothing in queue, but the current song is on repeat. Use </stop:1224840890866991305> to stop playing music.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user