Discord와 Noiton을 이용하여 다양한 기능을 제공하는 프로젝트
flowchart RL
subgraph Discord
A[Chat Bot]
end
subgraph Server
D([Notion Integration])
C([Discord App])
end
subgraph Notion
B[DB]
end
A -->|명령어 /test| C
C -->|notion DB 전부 조회| D
D -->|쿼리로 DB 조회| B
B -->|조회 결과| D
D -->|notion page list| C
C -->|page list| A