1
1
mirror of https://github.com/Burn-E99/GroupUp.git synced 2026-06-04 08:53:49 -04:00

Update welcome message wordage/design, update join/leave button order

This commit is contained in:
Ean Milligan (Bastion)
2023-04-07 00:47:54 -04:00
parent 0a4c622dfe
commit 025d1cb4c1
2 changed files with 17 additions and 5 deletions

View File

@@ -112,16 +112,16 @@ export const generateLFGButtons = (whitelist: boolean): [ButtonComponent, Button
label: `${whitelist ? 'Request to ' : ''}Join`,
style: ButtonStyles.Success,
customId: `joinEvent${whitelist ? idSeparator : ''}`, // TODO: replace with proper id
}, {
type: MessageComponentTypes.Button,
label: `Join as Alternate`,
style: ButtonStyles.Primary,
customId: 'alternateEvent', // TODO: replace with proper id
}, {
type: MessageComponentTypes.Button,
label: 'Leave',
style: ButtonStyles.Danger,
customId: 'leaveEvent', // TODO: replace with proper id
}, {
type: MessageComponentTypes.Button,
label: `Join as Alternate`,
style: ButtonStyles.Primary,
customId: 'alternateEvent', // TODO: replace with proper id
}, {
type: MessageComponentTypes.Button,
label: '',