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

Implement Delete Event Button

Additionally moved pathIdxSeparator and Ender to eventUtils
This commit is contained in:
Ean Milligan (Bastion)
2023-04-15 05:04:38 -04:00
parent 5bf0de06ee
commit 9051792ff3
12 changed files with 193 additions and 12 deletions

View File

@ -19,6 +19,8 @@ const actions = [
'btn-joinReqApprove',
'btn-joinReqDeny',
'btn-joinReqAlt',
'btn-delEvent',
'btn-confirmDelEvent',
];
for (const action of actions) {
await dbClient.execute('INSERT INTO command_cnt(command) values(?)', [action]).catch((e) => {