reordering these to my liking
This commit is contained in:
parent
e52e384fb9
commit
2661c1398c
|
@ -11,12 +11,12 @@ export enum LfgEmbedIndexes {
|
|||
}
|
||||
|
||||
// Common strings
|
||||
export const lfgStartTimeName = 'Start Time:';
|
||||
export const idSeparator = '@';
|
||||
export const lfgStartTimeName = 'Start Time:';
|
||||
export const noMembersStr = 'None';
|
||||
export const leaveEventBtnStr = 'Leave';
|
||||
export const joinEventBtnStr = 'Join';
|
||||
export const requestToJoinEventBtnStr = 'Request to Join';
|
||||
export const leaveEventBtnStr = 'Leave';
|
||||
export const alternateEventBtnStr = 'Join as Alternate';
|
||||
|
||||
// Member List generators
|
||||
|
|
Loading…
Reference in New Issue