voice_client
?disnake.ext.commands.errors.CommandInvokeError: Command raised an exception: AttributeError: 'ApplicationCommandInteraction' object has no attribute 'voice_client'
@client.slash_command()
async def pause(interaction):
interaction.voice_client.pause()
emb3 = disnake.Embed(title="Ставлю на паузу", color = disnake.Color.blue())
message = await interaction.send(embed = emb3)