feature/implement-bot-into-client-core #2

Merged
logan merged 42 commits from feature/implement-bot-into-client-core into master 2023-05-06 14:45:00 -04:00
Showing only changes of commit 4a0e5e26de - Show all commits

View File

@@ -54,7 +54,7 @@ app.use('/', indexRouter);
// Discord bot control route
app.use('/bot', (res, req, next) => {
req.discordClient = discordClient; // Add the discord client to bot requests to be used downstream
next(res, req);
next();
}, botRouter);
// Local client control route