joeldesante / Harvey

Community managment Discord bot for the Old Dominion University Computer Science community.
GNU General Public License v3.0
6 stars 4 forks source link

Fix styling for newly created course join messages #25

Closed joeldesante closed 2 years ago

joeldesante commented 2 years ago

The current styling is like such:

**CS 487** @cs487

the styling should actually be:

**CS487** @CS487

When created, the role should be UPPERCASE and so should its tag,

joeldesante commented 2 years ago

This is mostly an issue with how I used lodash to format the strings.

joeldesante commented 2 years ago

Also the code where this bug resides is in /src/lib/courseChannels.js within the createCourseChannel function.