Edit memory message instead of deleting it

This commit is contained in:
Dragon Fire
2020-05-20 11:24:38 -04:00
parent 889bf423ca
commit a7ee0d712e
+1 -2
View File
@@ -36,8 +36,7 @@ module.exports = class MemoryCommand extends Command {
${memorizeDisplay}
`);
await delay(10000);
if (memorizeMsg.deletable) await memorizeMsg.delete();
await msg.say('Type what you saw. Don\'t worry about formatting, just the words.');
await memorizeMsg.edit('Type what you saw. Don\'t worry about formatting, just the words.');
const memorizeType = memorize.join(' ');
const msgs = await msg.channel.awaitMessages(res => msg.author.id === res.author.id, {
max: 1,