Files
discordeno/examples/bigbot/src/rest
Jonathan Ho d04a040f28 Setup turborepo (#2610)
* chore: BREAKING move to monorepo structure

* chore: setup turborepo
2022-12-01 01:59:02 +08:00
..
2022-12-01 01:59:02 +08:00
2022-12-01 01:59:02 +08:00

REST Proxy

This folder will contain the code for our REST proxy. This is going to become the single source that all of our bot will use to communciate to the Discord API.

Further Steps

  • Express framework to create the listener however, you can replace it with anything you like. Express is quite a bloated framework. Feel free to optimize to a better framework.