9 lines
346 B
TypeScript
9 lines
346 B
TypeScript
export const auditSlashName = 'zzz-audit';
|
|
export const createEventSlashName = 'create-event';
|
|
export const deleteSlashName = 'delete-lfg-channel';
|
|
export const managerJLASlashName = 'event';
|
|
export const helpSlashName = 'help';
|
|
export const infoSlashName = 'info';
|
|
export const reportSlashName = 'report';
|
|
export const setupSlashName = 'setup';
|