poshbotio / PoshBot

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

'New-PoshBotTeamsBackend' #101

Closed delrio1110 closed 6 years ago

delrio1110 commented 6 years ago

Im setting up the Poshbot with Teams and im getting the following error when I try to start it .

New-PoshBotTeamsBackend : The term 'New-PoshBotTeamsBackend' is not recognized as the name of a cmdlet, function, script file

I pulled from the Master, should I pull from the teams branch?

devblackops commented 6 years ago

All the Teams functionality has been merged to master so no need to pull the other branch.

Did you run ./build.ps1 build and then import the version of the module that is in the out folder?

delrio1110 commented 6 years ago

That did it! Thank you sir and great work on this awesome bot. Does this need PS6?

devblackops commented 6 years ago

Yes. Teams support is only available in PS6 (for now). Once I get it working in PS5.1 I will publish it.