Answer the question
In order to leave comments, you need to log in
Transferring a participant to another channel, how to do it via @bot.event?
My code:
@bot.event
async def on_message(message):
guild = bot.get_guild(699607137227243550)
channel = discord.utils.get(guild.voice_channels, id=785085589305294868)
await bot.process_commands(member)
if message.content.startswith(f'!move {member.mention}'):
await member.move_to(channel)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question