Skip to content

Commit

Permalink
Update src/types/middleware.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch authored Apr 29, 2021
1 parent 4a68bfe commit 319bf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export interface Context extends StringIndexed {
* A bot token, which starts with `xoxb-`.
* This value can be used by `say` (preferred over userToken),
*/
botToken?: string; // used by `say` (preferred over userToken)
botToken?: string;
/**
* A bot token, which starts with `xoxp-`.
* This value can be used by `say` (overridden by botToken),
Expand Down

0 comments on commit 319bf8a

Please sign in to comment.