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