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