diff --git a/src/index.js b/src/index.js index fb16aa7..07d2119 100644 --- a/src/index.js +++ b/src/index.js @@ -9,7 +9,7 @@ const points = new Map(); app .use(msg => !msg.author.bot) // ignore bots .use(async msg => { - if(!challenge.get("type")) challenge.set("type", "0"); + if(!challenge.get("type")) challenge.set("type", null); if(msg.author.id === "694395936809418816" && msg.content === "!reset") { answers.clear(); challenge.clear();