# bitbot-modules custom modules for tildebot, our bitbot instance for the tildeverse rough diagram of webhook integrations ```mermaid graph LR A[azuracast] -- webhook --> B[nginx] B <--> G[bitbot http listener] C[gitea] -- webhook --> B D[github] -- webhook --> B G --> E[Bitbot async thread] E --> F[Your configured channel] ```