Show crosslisted courses in /course #205
Labels
No labels
beginner friendly
bug
chore
documentation
duplicate
feature
help wanted
invalid
needs-triage
question
size/L
size/M
size/S
size/XL
size/XS
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ScottyLabs/dalmatian#205
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Objective
Add a field named "Crosslisted" that has a list of all course codes crosslisted with a specific course, when running
/course.The field should only appear if the course has anything crosslisted.
For example, running
/course 15-213should return an embed with 18-213 as a crosslisted course.Suggested Approach
Edit this embed in
src/commands/courses.ts. Usecourse.crosslistedto access the relevant crosslisted courses.