| 21 | // Config |
| 22 | // --------------------------------------------------------------------------- |
| 23 | |
| 24 | export interface SlackAdapterOptions { |
| 25 | botToken: string; |
| 26 | appToken: string; |
| 27 | } |
| 28 | |
| 29 | const INLINE_COMMANDS: Record<string, BotCommand> = { |
nothing calls this directly
no outgoing calls
no test coverage detected