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:
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user