Skip to content

v0.3.0

Compare
Choose a tag to compare
@devblackops devblackops released this 17 May 06:06
· 548 commits to master since this release

[0.3.0] 2017-05-16

Added

  • PR31: Functions to get/set/remove stateful data within plugin command (via @RamblingCookieMonster)
  • Ability to override command name via the [PoshBot.BotCommand] attribute.
  • Ability to set aliases for a command via the [PoshBot.BotCommand] attribute.
  • Ability to use [array] and [switch] parameter values for commands.
  • Code block support to custom text response via New-PoshBotTextResponse.
  • File upload support via new custom response function New-PoshBotFileUpload.