[FEAT] - Refactor hardcoded Discord IDs and SKU IDs into configuration file #12

Open
opened 2026-02-20 00:29:47 -08:00 by teklu · 0 comments
Member

Attestations

  • I have read and agree to the Code of Conduct
  • I have read and agree to the Community Guidelines.
  • I have confirmed that the issue I am opening is unique, and has not already been reported (whether closed or not).
  • I have reviewed the Security Policy and have determined that this is not a security vulnerability.

Describe your Idea:

Currently, some Discord user IDs and SKU IDs are hardcoded directly inside command logic.

For better maintainability and separation of concerns, we could move these identifiers into a dedicated configuration
like we have in Amari config/ids.ts

What problem does this feature solve?

Hardcoded IDs — changing them in one place will update them everywhere

Are you willing and able to contribute this feature?

Yes

### Attestations - [x] I have read and agree to the [Code of Conduct](https://docs.nhcarrigan.com/community/coc/) - [x] I have read and agree to the [Community Guidelines](https://docs.nhcarrigan.com/community/guide/). - [x] I have confirmed that the issue I am opening is unique, and has not already been reported (whether closed or not). - [x] I have reviewed the [Security Policy](https://docs.nhcarrigan.com/legal/security/) and have determined that this is not a security vulnerability. ### Describe your Idea: Currently, some Discord user IDs and SKU IDs are hardcoded directly inside command logic. For better maintainability and separation of concerns, we could move these identifiers into a dedicated configuration like we have in Amari config/ids.ts ### What problem does this feature solve? Hardcoded IDs — changing them in one place will update them everywhere ### Are you willing and able to contribute this feature? Yes
teklu added the
status
awaiting triage
label 2026-02-20 00:29:47 -08:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/aria-iuvo#12