Commit Graph

7 Commits

Author SHA1 Message Date
9cb8c24e58 Log errors to a channel and also fix/improve error handling 2024-04-25 12:33:55 -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
1d967328be Add CI files
All checks were successful
continuous-integration/drone/push Build is passing
2022-06-17 23:26:52 -04:00
6e50de5310 added submissions 2022-05-13 12:01:16 -05:00
62b6f2628f added multiple game support 2022-05-13 00:06:45 -05:00
fda4a09112 added slash command and basic functionality 2022-05-12 14:56:35 -05:00
e536d6b61c initial commit 2022-05-12 13:47:56 -05:00