add timeline page (#1295)

This commit is contained in:
NotSoToothless
2026-06-04 10:16:40 -07:00
committed by GitHub
parent 9d950c413f
commit 67c821e501
5 changed files with 672 additions and 1 deletions
+6
View File
@@ -899,6 +899,12 @@ app.get('/docs', (req, res) => {
});
});
app.get('/timeline', (req, res) => {
res.render('timeline', {
botName: 'Toothless SQB Bot'
});
});
app.get('/premium', (req, res) => {
const stdCheckout = process.env.WHOP_PLAN_ID_STANDARD || null;
const proCheckout = process.env.WHOP_PLAN_ID_PRO || null;