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

Add edit menu

This commit is contained in:
Ean Milligan (Bastion)
2023-04-25 03:21:02 -04:00
parent ce0a3cca1d
commit 7352554ddf
4 changed files with 93 additions and 2 deletions

View File

@ -25,6 +25,10 @@ const actions = [
'btn-joinReqAlt',
'btn-delEvent',
'btn-confirmDelEvent',
'btn-editEvent',
'btn-eeChangeAct',
'btn-eeChangeTime',
'btn-eeChangeDesc',
];
for (const action of actions) {
await dbClient.execute('INSERT INTO command_cnt(command) values(?)', [action]).catch((e) => {