generated from nhcarrigan/template
[FEAT] - Refactor hardcoded Discord IDs and SKU IDs into configuration file #12
Reference in New Issue
Block a user
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?
Attestations
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