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

Add system to change event between whitelisted and public

This commit is contained in:
Ean Milligan (Bastion)
2023-04-26 07:23:38 -04:00
parent edeffc8669
commit 39f1bb68c8
4 changed files with 99 additions and 22 deletions

View File

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