🔧 Refactor: Reorder status messages alphabetically#2193
Conversation
There was a problem hiding this comment.
Pull request overview
This PR refactors the status messages JSON file by reordering all entries alphabetically. The status messages are used by a Discord bot to display random status updates, and alphabetical ordering improves maintainability and makes it easier to find, add, or remove messages in the future. The ordering change does not affect functionality since the code randomly selects messages from the array.
Changes:
- Reordered 36 status messages alphabetically from A-Z in
data/status-messages.json
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "Counting my Golden Eggs", | ||
| "Crafting deflectors", | ||
| "Cuddling my chickens", | ||
| "Facetime with Lousy", |
There was a problem hiding this comment.
"Facetime" should potentially be "FaceTime" (capital T) if referring to Apple's video calling service. If this is intentional or refers to something else in the context of the game, this can be disregarded.
| "Facetime with Lousy", | |
| "FaceTime with Lousy", |
No description provided.