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