[deps]: PyNaCl was added to dependencies

This commit is contained in:
Sweetbread
2023-05-06 22:38:02 +03:00
parent 8bacbd0540
commit 15b118763c
3 changed files with 21 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ class Music(commands.Cog, name="Музыка"):
except:
URL = url
logger.debug(URL)
with open("/home/pi/temp", 'w') as f:
with open("tmp/tmp.log", 'w') as f:
f.write(dumps(info))
audio_source = discord.FFmpegPCMAudio(URL, **FFMPEG_OPTIONS)
ctx.guild.voice_client.play(audio_source, after=lambda error: self.next_(ctx, error))