added reminder cmd + fixed custom channel
All checks were successful
release-tag / release-image (push) Successful in 22s

This commit is contained in:
2025-01-14 19:22:44 +01:00
parent 3852ff922e
commit 76525b73c9
6 changed files with 239 additions and 81 deletions

View File

@@ -22,6 +22,8 @@ export default {
vchannelIdForGroup: process.env.DISCORD_VCHANNEL_ID_FOR_GROUP || "",
// roles
roleStudy: process.env.PEOPLE || "",
roleMod: process.env.MOD || "",
roleAdmin: process.env.ADMIN || "",
// other
applicationId: process.env.DISCORD_APPLICATION_ID || "",