From 0627c49d896e07c1b220719092979e66a115a7a2 Mon Sep 17 00:00:00 2001 From: Aldric Benalan <69468612+AstroPixel24@users.noreply.github.com> Date: Sat, 13 Mar 2021 23:25:47 -0500 Subject: [PATCH] Update awesomescibo.mjs --- bot/awesomescibo.mjs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bot/awesomescibo.mjs b/bot/awesomescibo.mjs index 38208a1..73945aa 100755 --- a/bot/awesomescibo.mjs +++ b/bot/awesomescibo.mjs @@ -314,18 +314,24 @@ client.on('message', async message => { var subjectURL; switch (subject) { case 'astro': + case 'astronomy': subjectURL = `https://moose.lcsrc.org/subjects/astronomy.json`; break; case 'bio': + case 'biology': subjectURL = `https://moose.lcsrc.org/subjects/biology.json`; break; case 'ess': + case 'earth science': + case 'es': subjectURL = `https://moose.lcsrc.org/subjects/ess.json`; break; case 'chem': + case 'chemistry': subjectURL = `https://moose.lcsrc.org/subjects/chemistry.json`; break; case 'phys': + case 'physics': subjectURL = `https://moose.lcsrc.org/subjects/physics.json`; break; case 'math':