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:
@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user