Quiz type choice

This commit is contained in:
Daniel Odendahl Jr
2017-08-13 15:43:21 +00:00
parent 71c9691419
commit 01e73c5d85
3 changed files with 21 additions and 6 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ client.on('guildDelete', async guild => {
dBotsOrg(count, client.user.id);
});
client.setTimeout(() => process.exit(0), 7200000);
client.setTimeout(() => process.exit(0), 7.2e+6);
client.login(TOKEN);