Commit Graph

7 Commits

Author SHA1 Message Date
562b7afbd6 Fix rbxm-parser dependency 2024-04-29 17:51:32 -05:00
84034001c9 Try old asset API 2024-04-25 21:08:40 -05:00
9cb8c24e58 Log errors to a channel and also fix/improve error handling 2024-04-25 12:33:55 -05:00
759ce8717e Use the built-in defer reply method 2024-04-24 11:03:25 -05:00
3a167cf686 Parse map models and validate them (#13)
Some checks failed
continuous-integration/drone/push Build is failing
The enhancements:
- Added map validation that checks for some common errors that maps have
- /take: Does map validation but will still take the map even if there are problems
- /take: Improved the help text and added links to the maptest places
- /submit: Does map validation and will not let you submit if there are problems
- /submissions: Now shows the map's display name and creator
- Added an ESLint config and tidied some things up
- Updated some of the packages

Reviewed-on: #13
Co-authored-by: Carter Penterman <carterpenterman@gmail.com>
Co-committed-by: Carter Penterman <carterpenterman@gmail.com>
2024-04-24 06:28:07 +00:00
21b7c2876b Allow filtering submissions on date range + add extra info to .csv
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-16 19:58:24 -05:00
214790809d Use non-rate-limited API and improve some stuff 2024-04-15 21:15:35 -05:00