I saw the question Send message and shortly delete it, but it the answer uses message.reply which I don't want to.
So I want to send a message and after 5000 ms delete it, but message.channel.send doesn't return a Message
so I can delete it. Is there any send function that returns a Message
.