bot_ex v0.2.0 BotEx.Config
Configurations module
Example:
config :bot_ex,
middlware: [
my_bot: [
MyBot.Middleware.MessageTransformer,
MyBot.Middleware.Auth
]
],
handlers: [
my_bot: [
{MyBot.Handlers.Start, 1} # {module, count worker processes in pool}
]
],
bots: [:my_bot]
Link to this section Summary
Link to this section Functions
Return config value by name