// Editing a message the bot sent message.channel.send("Test").then(sentMessage => sentMessage.edit("Blah")); // message now reads : "Blah"