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

Add option to alternate to denied join request

Additionally:
Added light telemetry to joinRequest buttons
Added loudAcknowledge to editEvent so that the alternate event in DM has a proper response
Stopped exporting the execute functions from all live-event buttons, I have no clue why I did that in the first place
This commit is contained in:
Ean Milligan (Bastion)
2023-04-14 17:20:57 -04:00
parent 126689171d
commit e52e384fb9
9 changed files with 106 additions and 17 deletions

View File

@ -16,6 +16,9 @@ const actions = [
'btn-joinWLEvent',
'btn-leaveEvent',
'btn-altEvent',
'btn-joinReqApprove',
'btn-joinReqDeny',
'btn-joinReqAlt',
];
for (const action of actions) {
await dbClient.execute('INSERT INTO command_cnt(command) values(?)', [action]).catch((e) => {