Brandon Olin

Results 116 comments of Brandon Olin

@TheBSGamer PoshBot doesn't expose a web API so slash commands won't work (they POST to an endpoint provided by the bot). Slack has something called [Socket mode](https://api.slack.com/apis/connections/socket), which allows the...

@Kickbut101 Thanks for reporting this. You mentioned Discord changed things in the API. Can you point me to what changed?

That's good to know @Kickbut101. Thanks. I'll do some testing on my end to repro and update the docs.

@Tadas This looks promising. Thanks for doing this! I just started testing and noticed a problem with retrieving the error stream. Try putting the command in a plugin: ```powershell function...

I'm inclined to think `option 3` would provide the best UX. We should return any valid output and also surface all errors. The command should still be marked as `failed`...

Sounds good @RamblingCookieMonster. Thanks!

@ronniekapoor I haven't investigated a Skype for Business backend yet but since there appears to be support for Bot Framework I suppose it's probably possible. https://docs.microsoft.com/en-us/skype-sdk/skype-for-business-bot-framework/docs/overview

@uxlapogi It looks like you're getting an error [here](https://github.com/poshbotio/PoshBot/blob/master/PoshBot/Implementations/Discord/DiscordBackend.ps1#L488) when loading the Discord users. Can you change the `LogLevel` to `Debug` in your config and share that log output? >...

@Szeraax Thanks for the issue and the suggested fix. This should be fixed in da076e71f73e58cbbbffca87b39093f69ccd74b0. Example: