-
-
Notifications
You must be signed in to change notification settings - Fork 255
Open
Labels
area: backendRelated to internal functionality and utilitiesRelated to internal functionality and utilitiescategory: contentInternal storage being updatedInternal storage being updatedstatus: planningDiscussing detailsDiscussing detailstype: enhancementChanges or improvements to existing featuresChanges or improvements to existing features
Description
Description
Currently, the vast majority of static data stored in lance is in JSON format, but a few files are YAML or plain text. I propose that this all be turned into one format (JSON, and while I'm there make the JSON formatting consistent across all JSON files) so all static data is stored consistently.
Reasoning
This is a QoL improvement to make the bot more consistent, akin to the spring cleanup but without the huge amount of effort reviewing that took, instead this would be 2 commits:
- Turning the non-JSON files to JSON and implementing the code changes to reflect that
- Formatting each JSON file under bot/resources using Prettier
Would you like to implement this yourself?
- I'd like to implement this feature myself
- Anyone can implement this feature
Metadata
Metadata
Assignees
Labels
area: backendRelated to internal functionality and utilitiesRelated to internal functionality and utilitiescategory: contentInternal storage being updatedInternal storage being updatedstatus: planningDiscussing detailsDiscussing detailstype: enhancementChanges or improvements to existing featuresChanges or improvements to existing features