I'm silly

This commit is contained in:
Christopher Cookman 2024-12-16 16:43:20 -07:00
parent 06a324f9c4
commit a5f5fe5557

View file

@ -1,3 +1,17 @@
/*
______ __ ______
/ \ / | / \
/$$$$$$ | _______ _$$ |_ ______ ______ /$$$$$$ | ______ _____ ____
$$ |__$$ | / |/ $$ | / \ / \ $$ | $$/ / \ / \/ \
$$ $$ |/$$$$$$$/ $$$$$$/ /$$$$$$ |/$$$$$$ |$$ | /$$$$$$ |$$$$$$ $$$$ |
$$$$$$$$ |$$ \ $$ | __ $$ | $$/ $$ | $$ |$$ | __ $$ | $$ |$$ | $$ | $$ |
$$ | $$ | $$$$$$ | $$ |/ |$$ | $$ \__$$ |$$ \__/ |$$ \__$$ |$$ | $$ | $$ |
$$ | $$ |/ $$/ $$ $$/ $$ | $$ $$/ $$ $$/ $$ $$/ $$ | $$ | $$ |
$$/ $$/ $$$$$$$/ $$$$/ $$/ $$$$$$/ $$$$$$/ $$$$$$/ $$/ $$/ $$/
Made with <3 by LiteNet, BrewTel, and the rest of the AstroCom team
*/
require("dotenv").config();
const express = require('express');
const expressSession = require('express-session');