I'm silly
This commit is contained in:
parent
06a324f9c4
commit
a5f5fe5557
14
index.js
14
index.js
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue