Show crosslisted courses in /course #205

Open
opened 2026-06-19 07:14:46 +00:00 by TenType · 0 comments
TenType commented 2026-06-19 07:14:46 +00:00 (Migrated from codeberg.org)

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-213 should return an embed with 18-213 as a crosslisted course.

Suggested Approach

Edit this embed in src/commands/courses.ts. Use course.crosslisted to access the relevant crosslisted courses.

## 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-213` should return an embed with 18-213 as a crosslisted course. ## Suggested Approach Edit [this embed](https://codeberg.org/ScottyLabs/dalmatian/src/commit/482959210e159d0fb5a79ae9034868ad14fce494/src/commands/course.ts#L47-L62) in `src/commands/courses.ts`. Use `course.crosslisted` to access the relevant crosslisted courses.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
ScottyLabs/dalmatian#205
No description provided.