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

Automatically set role colors when created #22

Closed joeldesante closed 1 year ago

joeldesante commented 2 years ago

When a new course role is created an appropriate and unique color should be assigned to it.

Extracted from #3

willuhmjs commented 1 year ago

PR #3 is closed as completed, so this issue should be closed.

joeldesante commented 1 year ago

PR #3 is closed as completed, so this issue should be closed.

This functionality was not implemented in #3 As of now, all new roles created default to gray.

Instead, they should be automatically set to the correct color in the rainbow which is defined by their numerical value.

CS150 is a low number and is red CS450 is a high number and is thus violet

willuhmjs commented 1 year ago

Great! I can do it.