(#2) Members now created in db on join and leave.

Boosters now have a role created for them and added to their profile.

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
Louis Hollingworth 2023-06-18 14:46:21 +01:00
parent 530e99a7d0
commit 17d8746767
Signed by: lucxjo
GPG key ID: A11415CB3DC7809B
2 changed files with 77 additions and 0 deletions

View file

@ -34,3 +34,7 @@ COPY --from=build-runner /tmp/app/build /app/build
# Start bot
CMD [ "npm", "run", "start" ]
LABEL org.opencontainers.image.source=https://git.ludoviko.ch/lucxjo/er
LABEL org.opencontainers.image.description="A Discord bot for the Young Royals guild"
LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"