mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
bot.music_data[guild] now has Star Platinum
This commit is contained in:
parent
179f1dc8e9
commit
314273c2c0
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class ZawarudoCommand(Command):
|
||||||
"https://scaleway.steffo.eu/jojo/zawarudo_outro.mp3",
|
"https://scaleway.steffo.eu/jojo/zawarudo_outro.mp3",
|
||||||
**ytdl_args)
|
**ytdl_args)
|
||||||
old_playlist = bot.music_data[guild]
|
old_playlist = bot.music_data[guild]
|
||||||
bot.music_data[guild] = Playlist()
|
bot.music_data[guild].playmode = Playlist()
|
||||||
# Get voice client
|
# Get voice client
|
||||||
vc: discord.VoiceClient = bot.client.find_voice_client_by_guild(guild)
|
vc: discord.VoiceClient = bot.client.find_voice_client_by_guild(guild)
|
||||||
channel: discord.VoiceChannel = vc.channel
|
channel: discord.VoiceChannel = vc.channel
|
||||||
|
|
Loading…
Reference in a new issue