Мой код:
@commands.command(aliases=['Vmute', 'вмут', 'Вмут', 'vmut', 'вмуте', 'вЗамутить', 'взамутить', 'вМутить', 'вмутить'])
@commands.has_permissions(kick_members = True)
async def vmute(self,ctx, member: discord.Member, duration = None, *, reason = None, channel='id=︱Loading...'):
channel = discord.utils.get(ctx.message.guild.voice_channels, name='︱Loading...')
mute_role3 = discord.utils.get(ctx.message.guild.roles, id = 847783493160796181)
if ctx.member in ctx.guild.voice.channel:
await member.move_to(channel)