diff --git a/commands/handbook.js b/commands/handbook.js index 3606d055..40b4e22c 100644 --- a/commands/handbook.js +++ b/commands/handbook.js @@ -48,7 +48,7 @@ module.exports = { // study_level, // school, // campus, - // equivalents, + equivalents, raw_requirements, exclusions, // handbook_note, @@ -80,13 +80,13 @@ module.exports = { }, { name: "Offering Terms", - value: terms.join(", "), + value: terms.join(", ") || "None", inline: true, }, { name: "Equivalent Courses", value: - Object.keys(exclusions) + Object.keys(equivalents) .map((course) => `[${course}](${handbookURL}/${course})`) .join(", ") || "None", inline: true,