reply to a message discord.py code example
Example 1: send message discord.py
await message.channel.send("Your message")
Example 2: reply to a message discord.py
await ctx.reply('Hello!')
await message.channel.send("Your message")
await ctx.reply('Hello!')