BotEx.Config
(bot_ex v1.0.2)
Configurations module
Example:
config :bot_ex,
middleware: [
my_bot: [
MyBot.Middleware.MessageTransformer,
MyBot.Middleware.Auth
]
],
handlers: [
my_bot: [
{MyBot.Handlers.Start, 1000} # {module, bufering time}
]
],
bots: [:my_bot]