Browse Source

Fix typo for chemistry training

pull/9/head
Abheek Dhawan 4 years ago
parent
commit
10ed32e50b
  1. 2
      bot/awesomescibo.js

2
bot/awesomescibo.js

@ -198,7 +198,7 @@ async function otherCommands(message) {
break; break;
case "chem": case "chem":
case "chemistry": case "chemistry":
subjectURL = getSubjectUrl("astronomy"); subjectURL = getSubjectUrl("chemistry");
break; break;
case "phys": case "phys":
case "physics": case "physics":

Loading…
Cancel
Save