mirror of
https://github.com/TheRealOwenRees/plantid-discord-bot.git
synced 2026-07-23 04:26:57 +00:00
state machine with requests per guild
This commit is contained in:
@@ -4,8 +4,10 @@ defmodule PlantIdDiscordBot.Application do
|
||||
@impl true
|
||||
def start(_type, _args) do
|
||||
children = [
|
||||
PlantIdDiscordBot.ProcessRegistry,
|
||||
PlantIdDiscordBot.Consumer,
|
||||
PlantIdDiscordBot.RateLimiter,
|
||||
{PlantIdDiscordBot.Metrics, []},
|
||||
PlantIdDiscordBot.Scheduler,
|
||||
{Plug.Cowboy,
|
||||
scheme: :http,
|
||||
|
||||
Reference in New Issue
Block a user