Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge branch 'messagetemplate-type' of https://github.com/etiennellip…
Browse files Browse the repository at this point in the history
…se/botkit into benbrown/4.9
  • Loading branch information
benbrown committed May 20, 2020
2 parents 6c96e16 + 95793ec commit 3fe92d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/botkit/src/conversation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ interface BotkitConvoTrigger {
* Template for definiting a BotkitConversation template
*/
interface BotkitMessageTemplate {
text: ((template: any, vars: any) => string[]) | string[];
text: ((template: any, vars: any) => string) | string[];
action?: string;
execute?: {
script: string;
Expand Down

0 comments on commit 3fe92d7

Please sign in to comment.