1
1
mirror of https://github.com/Burn-E99/GroupUp.git synced 2026-01-06 11:27:54 -05:00

Started work on WL Event system, minor update to other files for consistency

db.ts, setup.ts, delete.ts: change lfgSettings to use generator function for map key
joinEvent.ts: add first half of WL system, add system to reduce spam/abuse of this system.
commandUtils.ts: fix sendDirectMessage to return right promise
This commit is contained in:
Ean Milligan (Bastion)
2023-04-09 04:12:53 -04:00
parent 487079713f
commit a6848eb33a
8 changed files with 194 additions and 33 deletions

View File

@ -1,5 +1,4 @@
// This file will populate the tables with default values
import { dbClient } from '../src/db.ts';
console.log('Attempting to insert default actions into command_cnt');