From a7ee0d712e7184e595408f66daa2bce60e17a11b Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 20 May 2020 11:24:38 -0400 Subject: [PATCH] Edit memory message instead of deleting it --- commands/games-sp/memory.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/commands/games-sp/memory.js b/commands/games-sp/memory.js index 6dd1e79c..5d6c0520 100644 --- a/commands/games-sp/memory.js +++ b/commands/games-sp/memory.js @@ -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,