diff --git a/index.js b/index.js index 5fc0fe3..818d04d 100644 --- a/index.js +++ b/index.js @@ -43,7 +43,7 @@ async function startScoring(message) { scoreboard.channel.send(`Here's the score:\nTeam A: ${scoreA}\nTeam B: ${scoreB}`).catch(console.error); } else if (m.content === "$score finish") { //m.delete({ timeout: 1000 }).catch(console.error); - scoreboard.delete({ timeout: 1000 }); + //scoreboard.delete({ timeout: 1000 }); m.channel.send(`**FINAL SCORE:**\nTeam A: ${scoreA}\nTeam B: ${scoreB}`).catch(console.error); collector.stop(); }