haskbot-core-0.0.1.1: Easily-extensible chatbot for Slack messaging service

Safe HaskellNone

Network.Haskbot.Internal.Plugin

Documentation

data Plugin Source

Constructors

Plugin 

Fields

plCommand :: !Command

The command that invokes this plugin

plHelpText :: !Text

Help text displayed for this plugin via Network.Haskbot.Plugin.Help

plHandler :: !HandlerFn

The function that receives a Network.Haskbot.SlashCommand and maybe returns a Network.Haskbot.Incoming

plToken :: !Token

The secret token corresponding with this plugin's slash command Slack integration