poshbotio / PoshBot

Powershell-based bot framework
MIT License
536 stars 108 forks source link

Scheduled commands on Teams does not send any response #206

Closed LuisRendonS closed 4 years ago

LuisRendonS commented 4 years ago

Hey there, I'm trying to schedule certain commands i made but it doesn't send any response in MS Teams.

Expected Behavior

Send a message/card every time a scheduled command is executed in MS Teams

Current Behavior

It does not send anything

Possible Solution

Steps to Reproduce (for bugs)

  1. I tried to reproduce the same example as in Techsnips video, using the !Get-Status command, but it does not respond anything

Your Environment

devblackops commented 4 years ago

@LuiZ146 Thanks for reporting the issue! 👍

This should be fixed in https://github.com/poshbotio/PoshBot/commit/62b1c6a684abeaf8167cc8d373479c473e8ec1b8 now.

If you want to test before the next release, can you try building from source and loading the built module that gets created in the out directory? Instructions to build locally are here.

If not, that's cool. It will show up in the next release (v0.12.1)

LuisRendonS commented 4 years ago

Thanks @devblackops!

If you don't mind, I would like to know approximately when is going to be released the version 0.12.1?

devblackops commented 4 years ago

@LuiZ146 just pending confirmation that #203 is fixed.