- Switch to TypeORM's DataSource API, rather than using the now deprecated ormconfig.json
- This will fix stage deployment not knowing how to deploy the database migrations
#297
> **NOTE:** This change requires the deployment scripts to be updated, please update them on the server before merging
Co-authored-by: Ethan Lane <ethan@vylpes.com>
Reviewed-on: https://gitea.vylpes.xyz/RabbitLabs/vylbot-app/pulls/299
* Change lobby command to error upon making a duplicate lobby channel (#154)
* Update lobby command to give proper errors if role or channel id cannot be found (#156)
* Add bunny command back (#157)
* 150 assignable roles should be its own table to prevent limitations on length (#158)
* Add entity
* Update role config command to use new entity
* Update role command to use new entity
* Remove legacy code from config command
* Update .env template to current date