feat: new dropdown, friendship stuffz, passwords :3c

Co-authored-by: Evan Song <ferothefox@users.noreply.github.com>
This commit is contained in:
not-nullptr 2024-03-18 02:15:05 +00:00
parent 23c20112c9
commit 7e49d2dc92
27 changed files with 878 additions and 153 deletions

View file

@ -39,10 +39,6 @@ async function setupGames() {
const runAllTheInitFunctions = async () => {
if (!db.isInitialized) await db.initialize();
// sigh.
const user = await userRepo.findOne({ where: { username: "nullptr" } });
user!.roles = ["moderator"];
await userRepo.save(user!);
if (!server)
try {
initServer();