|
@@ -5,6 +5,7 @@ export const supportedSlackCommands: string[] = [
|
|
|
export const supportedGrowiCommands: string[] = [
|
|
export const supportedGrowiCommands: string[] = [
|
|
|
'search',
|
|
'search',
|
|
|
'create',
|
|
'create',
|
|
|
|
|
+ 'togetter',
|
|
|
'help',
|
|
'help',
|
|
|
];
|
|
];
|
|
|
|
|
|
|
@@ -14,6 +15,7 @@ export const defaultSupportedCommandsNameForBroadcastUse: string[] = [
|
|
|
|
|
|
|
|
export const defaultSupportedCommandsNameForSingleUse: string[] = [
|
|
export const defaultSupportedCommandsNameForSingleUse: string[] = [
|
|
|
'create',
|
|
'create',
|
|
|
|
|
+ 'togetter',
|
|
|
];
|
|
];
|
|
|
|
|
|
|
|
export * from './interfaces/growi-command';
|
|
export * from './interfaces/growi-command';
|