#plain text await message.channel.send("content") #with a embed await message.channel.send("content", embed=embed_name) #with a file/image await message.channel.send("content", file="file/image path")