5 Commits

Author SHA1 Message Date
f1e01f2a9f API: Add experimental Json API
in preparation for external healthchecks and the
admin backend. We define a couple test routes:

- / List all routes
- /ping Replies pong for online-checks
- /stats Get high-level bot statistics
- /most-recent-drop Returns the most recent entry from dropHistories

The last two routes require a valid apikey header.
All routes are prefixed by /api/v1
2023-04-05 12:00:46 +02:00
5d24a580d0 Remove GuildMessages gateway intent as it is not required 2022-08-30 23:39:49 +02:00
317230c9c3 Upgrade discord.js from v13 to v14 2022-08-18 11:26:51 +02:00
be2991cd50 Use sequelize 2022-04-17 15:19:12 +02:00
6eccae8721 Core bot components 2022-04-17 14:04:51 +02:00