mvp & email signature

This commit is contained in:
2026-04-21 16:15:18 +00:00
parent 071fae2ea3
commit bf901039bc
15 changed files with 137 additions and 1291 deletions

View File

@@ -69,7 +69,7 @@ router.post('/config', express.json(), async (req, res) => {
// GET /discord/guild — return guild info for smart dropdowns
router.get('/discord/guild', async (req, res) => {
try {
const client = require('../api/bosscordClient').getBot();
const client = require('../api/botClient').getBot();
if (!client) return res.status(503).json({ error: 'Bot not ready' });
const guild = client.guilds.cache.get(CONFIG.DISCORD_GUILD_ID);