@Bot.command(pass_context = True)
async def reg(msg):
channel = await msg.channel.clone(name = f'регистрация-участника-{msg.message.author.id}')
await msg.message.delete()
await channel.send('Сообщение')
await msg.channel.clone(name = f'регистрация-участника-{msg.message.author.id}')