markwragg / Powershell-SlackBot

Powershell based Slack Bot using the Real Time Messaging API and WebSockets.
http://wragg.io/powershell-slack-bot-using-the-real-time-messaging-api/
46 stars 19 forks source link

Add missing RootModule #10

Closed Tadas closed 7 years ago

Tadas commented 7 years ago

Fixes #9

I'm pretty sure it needs the RootModule otherwise your psm1 won't be loaded.

https://msdn.microsoft.com/en-us/library/dd878337(v=vs.85).aspx#Module Manifest Elements

markwragg commented 7 years ago

Thanks for your contribution!