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

Add logging for when event fills

This commit is contained in:
Ean Milligan (Bastion)
2023-04-28 15:52:41 -04:00
parent 1e32274376
commit a4362c9bb3
2 changed files with 4 additions and 1 deletions

View File

@ -33,6 +33,7 @@ const actions = [
'btn-eeChangeDesc',
'btn-eeMakePublic',
'btn-eeMakeWL',
'lfg-filled',
];
for (const action of actions) {
await dbClient.execute('INSERT INTO command_cnt(command) values(?)', [action]).catch((e) => {