-
## Expected Behavior
Trying to make a plugin that will use sharepoint CSOM to query a sharepoint site. When I run the module in a terminal (i.e. not in poshbot) my test module returns the name of…
-
It would be useful to have a standard way to search the gallery for plugins written with PoshBot in mind and which leverage the roles/permissions/other models used by it.
## Expected Behavior
As a…
-
## Expected Behavior
Fresh install of PoshBot, brand new config using guides in the repo. After running `$bot.Start()` bot should start and keep running while commands are sent from Slack.
…
-
When using
``` powershell
$botParams = @{
Name = 'poshbot'
BotAdmins = @('ryan.yates')
CommandPrefix = '!'
LogLevel = 'Info'
BackendConfiguration = @{
Name = …
-
When running PoshBot as a scheduled task or a service, the Update-Plugin command causes poshbot to crash. I am able to work around this by using remove-plugin and then install-plugin, and this is only…
-
I think I've isolated the issue I've been having with my PoshBot running as a windows service not always surviving service restarts. If I install plugins, then restart the service, the service starts …
-
Hi, I'm running in to this exact issue and I can't figure out why. To start my bot I run the following for the configuration
```
$params = @{
Name = 'bot'
BotAdmins = @('@slackid')
…
-
#180 Expected Behavior
Be able to follow the Discord Backend documentation to successfully run the command: "$backend = New-PoshBotDiscordBackend -Configuration $backendConfig"
## Current Behavio…
-
## Query
Is it possible to declare a script variable in the .psm1 file and have different functions read/write to it? I ask because I am declaring on like this:
```
$VarParams = @{
'Name' …
-
Parameters aren't being pulled from config. Maybe I've set it up incorrectly.
In my plugin:
[CmdletBinding()]
[PoshBot.BotCommand(
Aliases = ('nfHeader'),
Permissions…