From 314273c2c046aab515f9b0d932e7de4b34a3880f Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 5 Nov 2019 10:28:14 +0100 Subject: [PATCH] bot.music_data[guild] now has Star Platinum --- royalnet/packs/royal/commands/zawarudo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/royalnet/packs/royal/commands/zawarudo.py b/royalnet/packs/royal/commands/zawarudo.py index e75e702e..f4f0bd4f 100644 --- a/royalnet/packs/royal/commands/zawarudo.py +++ b/royalnet/packs/royal/commands/zawarudo.py @@ -47,7 +47,7 @@ class ZawarudoCommand(Command): "https://scaleway.steffo.eu/jojo/zawarudo_outro.mp3", **ytdl_args) old_playlist = bot.music_data[guild] - bot.music_data[guild] = Playlist() + bot.music_data[guild].playmode = Playlist() # Get voice client vc: discord.VoiceClient = bot.client.find_voice_client_by_guild(guild) channel: discord.VoiceChannel = vc.channel