gratifyguy / botkit-mock

Write tests for Botkit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bot.whisper is not a function

ab320012 opened this issue · comments

is this library still maintained? i am using the your test framework to test against slack. Wondering if i can add bot.whisper to your interface as i am using it and its part of botkit now

hey @ab320012 thanks for pull request. the library still maintained. we update features by requests.
fyi you could use that extender to implement bot.whisper

@ihorrusinko thanks Ihor, bot.whisper doesn't seem like a custom function as its part of the Slack botkit api, there are a few others like sendEphemeral which although i haven't used yet will probably error out, should i add those in a PR in the following way or just use the extender like you were saying?

@ab320012 i've published version 0.1.11, PR - will be grate, could you provide tests with implementation, in a way like i did for bot.whisper here

@ihorrusinko ya absolutely