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,