mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
stop dc interacting with repeat (#3426)
This commit is contained in:
parent
1755334124
commit
0a8e7f5663
@ -705,7 +705,6 @@ class Audio(commands.Cog):
|
||||
msg += _("Auto-disconnection at queue end: {true_or_false}.").format(
|
||||
true_or_false=_("Enabled") if not disconnect else _("Disabled")
|
||||
)
|
||||
await self.config.guild(ctx.guild).repeat.set(not disconnect)
|
||||
if disconnect is not True and autoplay is True:
|
||||
msg += _("\nAuto-play has been disabled.")
|
||||
await self.config.guild(ctx.guild).auto_play.set(False)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user